Hey, I'm having some weird crash reports from market. I have the full class name in my AndroidManifest.xml and we couldn't reproduce it on any of our phones. My application. We have around 100k users and I'm seeing this report approximately 9/week only.
Any idea what's happening? java.lang.RuntimeException: Unable to instantiate application com.test.myApp: java.lang.ClassNotFoundException: com.test.myApp in loader dalvik.system.PathClassLoader[/mnt/asec/ com.hootsuite.droid.full-1/pkg.apk] at android.app.LoadedApk.makeApplication(LoadedApk.java:490) at android.app.ActivityThread.handleBindApplication(ActivityThread.java: 3715) at android.app.ActivityThread.access$2200(ActivityThread.java:132) at android.app.ActivityThread$H.handleMessage(ActivityThread.java: 1077) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:143) at android.app.ActivityThread.main(ActivityThread.java:4196) 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:839) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.ClassNotFoundException: com.hootsuite.droid.HootApp in loader dalvik.system.PathClassLoader[/ mnt/asec/com.hootsuite.droid.full-1/pkg.apk] at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240) at java.lang.ClassLoader.loadClass(ClassLoader.java:551) at java.lang.ClassLoader.loadClass(ClassLoader.java:511) at android.app.Instrumentation.newApplication(Instrumentation.java: 972) at android.app.LoadedApk.makeApplication(LoadedApk.java:481) ================ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.test.full" android:versionCode="17400" android:versionName="1.7.4" android:installLocation="auto" > <application android:name="com.test.myApp" android:debuggable="true" android:icon="@drawable/icon_full" ................. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

