Monday, May 17, 2010

[android-developers] Can't open dex cache '/data/dalvik-cache/system@app@myapp.apk@classes.dex': No such file or directory

Hi

I get the following errors when I try running my app and it force
closes. Any ideas what might be causing it?

E/dalvikvm( 1159): Can't open dex cache '/data/dalvik-cache/
system@app@Video RTP.apk@classes.dex': No such file or directory
I/dalvikvm( 1159): Unable to open or create cache for /system/app/
Video RTP.apk
D/AndroidRuntime( 1159): Shutting down VM
W/dalvikvm( 1159): threadid=3: thread exiting with uncaught exception
(group=0x4001aa28)
E/AndroidRuntime( 1159): Uncaught handler: thread main exiting due to
uncaught exception
E/AndroidRuntime( 1159): java.lang.RuntimeException: Unable to
instantiate activity ComponentInfo{com.trial.videortp/
com.trial.myapp.myapp}: java.lang.ClassNotFoundException:
com.trial.videortp.VideoRTP in loader
dalvik.system.PathClassLoader@43906440
E/AndroidRuntime( 1159): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2324)
E/AndroidRuntime( 1159): at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2417)
E/AndroidRuntime( 1159): at android.app.ActivityThread.access
$2100(ActivityThread.java:116)
E/AndroidRuntime( 1159): at android.app.ActivityThread
$H.handleMessage(ActivityThread.java:1794)
E/AndroidRuntime( 1159): at
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1159): at android.os.Looper.loop(Looper.java:
123)
E/AndroidRuntime( 1159): at
android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime( 1159): at
java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1159): at
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 1159): at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 1159): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime( 1159): at dalvik.system.NativeStart.main(Native
Method)
E/AndroidRuntime( 1159): Caused by: java.lang.ClassNotFoundException:
com.trial.myapp.myapp in loader dalvik.system.PathClassLoader@43906440
E/AndroidRuntime( 1159): at
dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
E/AndroidRuntime( 1159): at
java.lang.ClassLoader.loadClass(ClassLoader.java:573)
E/AndroidRuntime( 1159): at
java.lang.ClassLoader.loadClass(ClassLoader.java:532)
E/AndroidRuntime( 1159): at
android.app.Instrumentation.newActivity(Instrumentation.java:1097)
E/AndroidRuntime( 1159): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2316)
E/AndroidRuntime( 1159): ... 11 more


Abhi

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment