Note that there are some explanatory texts on larger screens.

plurals
  1. POResource Not found in actionbar
    text
    copied!<p>I have a case where my app crashes after a day or two giving ResourceNotFoundException at the below line.But it doesn't crash when i run now or after few minutes.only after a day is passed im getting this exception</p> <pre><code>oItem.setActionView(R.layout.actionbar_indeterminate_progress); In oncreateoptionsMenu function </code></pre> <p>below is my crash log </p> <pre><code>03-04 12:00:18.367: E/AndroidRuntime(15535): FATAL EXCEPTION: main 03-04 12:00:18.367: E/AndroidRuntime(15535): android.content.res.Resources$NotFoundException: Resource ID #0x7f030018 03-04 12:00:18.367: E/AndroidRuntime(15535): at android.content.res.Resources.getValue(Resources.java:892) 03-04 12:00:18.367: E/AndroidRuntime(15535): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1869) 03-04 12:00:18.367: E/AndroidRuntime(15535): at android.content.res.Resources.getLayout(Resources.java:731) 03-04 12:00:18.367: E/AndroidRuntime(15535): at android.view.LayoutInflater.inflate(LayoutInflater.java:318) 03-04 12:00:18.367: E/AndroidRuntime(15535): at com.actionbarsherlock.internal.view.menu.MenuItemImpl.setActionView(MenuItemImpl.java:565) 03-04 12:00:18.367: E/AndroidRuntime(15535): at com.qz.XXX.XXXX.onCreateOptionsMenu(xxxx.java:202) 03-04 12:00:18.367: E/AndroidRuntime(15535): at android.support.v4.app.Watson.onCreatePanelMenu(Watson.java:45) 03-04 12:00:18.367: E/AndroidRuntime(15535): at com.actionbarsherlock.ActionBarSherlock.callbackCreateOptionsMenu(ActionBarSherlock.java:559) 03-04 12:00:18.367: E/AndroidRuntime(15535): at com.actionbarsherlock.internal.ActionBarSherlockCompat.preparePanel(ActionBarSherlockCompat.java:479) 03-04 12:00:18.367: E/AndroidRuntime(15535): at com.actionbarsherlock.internal.ActionBarSherlockCompat.dispatchInvalidateOptionsMenu(ActionBarSherlockCompat.java:272) 03-04 12:00:18.367: E/AndroidRuntime(15535): at com.actionbarsherlock.internal.ActionBarSherlockCompat$1.run(ActionBarSherlockCompat.java:984) 03-04 12:00:18.367: E/AndroidRuntime(15535): at android.os.Handler.handleCallback(Handler.java:587) 03-04 12:00:18.367: E/AndroidRuntime(15535): at android.os.Handler.dispatchMessage(Handler.java:92) 03-04 12:00:18.367: E/AndroidRuntime(15535): at android.os.Looper.loop(Looper.java:130) 03-04 12:00:18.367: E/AndroidRuntime(15535): at android.app.ActivityThread.main(ActivityThread.java:3687) 03-04 12:00:18.367: E/AndroidRuntime(15535): at java.lang.reflect.Method.invokeNative(Native Method) 03-04 12:00:18.367: E/AndroidRuntime(15535): at java.lang.reflect.Method.invoke(Method.java:507) 03-04 12:00:18.367: E/AndroidRuntime(15535): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867) 03-04 12:00:18.367: E/AndroidRuntime(15535): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625) 03-04 12:00:18.367: E/AndroidRuntime(15535): at dalvik.system.NativeStart.main(Native Method) </code></pre>
 

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