Hey, I'm getting some really weird crash reports from market. The crash happens right at luanching app but we have around 100k users, and this report occurs ~9/week only! As you can see following the stack trace I pasted my AndroidManifest file, i have the class name defined.
Any idea? java.lang.RuntimeException: Unable to instantiate application com.dtran.droid.myApp: java.lang.ClassNotFoundException: com.dtran.droid.myApp in loader dalvik.system.PathClassLoader[/mnt/ asec/com.dtran.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.dtran.droid.myApp in loader dalvik.system.PathClassLoader[/mnt/asec/com.dtran.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.dtran.droid.full" android:versionCode="17400" android:versionName="1.7.4" android:installLocation="auto" > <application android:name="com.dtran.droid.myApp" android:debuggable="true" android:icon="@drawable/icon_full" android:label="@string/app_name_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

