Note that there are some explanatory texts on larger screens.

plurals
  1. POResourceNotFoundException how to debug?
    primarykey
    data
    text
    <p>I've got couple reports on Market about this exception. There is no reference to where it happens in my app and majority of users do not have thit issue. How do I debug something like that? This is NOT exception I get from all devices. Just one specific device might report it.</p> <pre><code>android.content.res.Resources$NotFoundException: Resource ID #0x109005d at android.content.res.Resources.getValue(Resources.java:892) at android.content.res.Resources.loadXmlResourceParser(Resources.java:1869) at android.content.res.Resources.getLayout(Resources.java:731) at android.view.LayoutInflater.inflate(LayoutInflater.java:318) at android.view.LayoutInflater.inflate(LayoutInflater.java:276) at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:2451) at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:2506) at com.android.internal.policy.impl.PhoneWindow.getDecorView(PhoneWindow.java:1626) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2165) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1672) at android.app.ActivityThread.access$1500(ActivityThread.java:117) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3687) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600) at dalvik.system.NativeStart.main(Native Method) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload