affects a very few of the app users (let's say 10 out of 3000).
I use AndroidX way of implementing a Settings Activity (quite the way it is auto-generated by Android Studio). There is a Header-Fragment with three entries. Behind those entries there is another Settings Fragment.
When those very few affected people click on one of those Header-entries it crashes, giving a ClassNotFound Exception that seems to be caused by that the class name for the specific Fragment defined in the Fragments XML file is not found.
It is working for the rest of the 3000 users and I can not reproduce this crash on my testing devices or AVD.
Any Ideas how to solve such an issue? I would try to build a version of my app that displays a message to the user with some debug info with a request to send me a screenshot.
What's the missing class?
Обсуждают сегодня