VerifyError has a few different causes, mostly stemming from a bad set of bytecode -- something existed at compile time that does not exist at run time.
On Thu, Feb 17, 2011 at 3:52 PM, Bret Foreman <[email protected]> wrote: > After reorganizing my project and moving some code into library > projects, I now see the logcat below. Any idea why this might happen? > > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): > java.lang.VerifyError: com.quickdroid.ThreeLevelListActivity > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > java.lang.Class.newInstanceImpl(Native Method) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > java.lang.Class.newInstance(Class.java:1429) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > android.app.Instrumentation.newActivity(Instrumentation.java:1021) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > android.app.ActivityThread.performLaunchActivity(ActivityThread.java: > 2577) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > android.app.ActivityThread.handleLaunchActivity(ActivityThread.java: > 2679) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > android.app.ActivityThread.access$2300(ActivityThread.java:125) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > android.os.Handler.dispatchMessage(Handler.java:99) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > android.os.Looper.loop(Looper.java:123) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > android.app.ActivityThread.main(ActivityThread.java:4627) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > java.lang.reflect.Method.invokeNative(Native Method) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > java.lang.reflect.Method.invoke(Method.java:521) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > com.android.internal.os.ZygoteInit > $MethodAndArgsCaller.run(ZygoteInit.java:858) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) > 02-17 12:47:30.668: ERROR/AndroidRuntime(12179): at > dalvik.system.NativeStart.main(Native Method) > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.1 Available! -- 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

