Friday, 2 September 2022

App is crashing with error for some users Stating Resource not found

I see some random crashes happening with the following exception in playstor for some users

Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{views.activities.SplashActivity}: android.view.InflateException: Binary XML file line #17: Binary XML file line #17: Error inflating class androidx.constraintlayout.widget.ConstraintLayout
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2778)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
       at android.app.ActivityThread.-wrap11(ActivityThread.java)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:164)
       at android.app.ActivityThread.main(ActivityThread.java:6494)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)



Caused by android.content.res.Resources$NotFoundException: Drawable (missing name) with resource ID #0x7f080141

I have analyzed the apk and checked the resource id . it was notification_bg_tile. Can you help me with .

and such drawable is not there and not used any where in the code



from App is crashing with error for some users Stating Resource not found

No comments:

Post a Comment