droidkiranmai / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

OI Shopping List: Resources$NotFoundException in Resources.getValue() #391

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Crash:
Unable to start activity 
ComponentInfo{org.openintents.shopping/org.openintents.distribution.NewVersionAc
tivity}: 
android.content.res.Resources$NotFoundException: Resource ID #0x1090058

Platforms:
Other

User messages:
1.4: just suddenly closed for no reason

Stack traces:
v1.4
25.08.2011 14:53:29

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{org.openintents.shopping/org.openintents.distribution.NewVersionAc
tivity}: android.content.res.Resources$NotFoundException: Resource ID #0x1090058
 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2781)
 at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2797)
 at android.app.ActivityThread.access$2300(ActivityThread.java:135)
 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2132)
 at android.os.Handler.dispatchMessage(Handler.java:99)
 at android.os.Looper.loop(Looper.java:143)
 at android.app.ActivityThread.main(ActivityThread.java:4914)
 at java.lang.reflect.Method.invokeNative(Native Method)
 at java.lang.reflect.Method.invoke(Method.java:521)
 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
 at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID 
#0x1090058
 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:2202)
 at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:2257)
 at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:203)
 at android.app.Activity.setContentView(Activity.java:1654)
 at org.openintents.distribution.EulaActivity.onCreate(EulaActivity.java:65)
 at org.openintents.distribution.NewVersionActivity.onCreate(NewVersionActivity.java:36)
 at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1065)
 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2745)
 ... 11 more

Original issue reported on code.google.com by peli0...@googlemail.com on 25 Aug 2011 at 12:34