Anyone has problem using third party JAR file? I can't use external JAR, running into VerifyError.
08-27 00:08:20.312: WARN/dalvikvm(444): VFY: unable to find class referenced in signature (Lorg/jivesoftware/smack/Roster;) 08-27 00:08:20.312: WARN/dalvikvm(444): VFY: unable to resolve virtual method 976: Lorg/jivesoftware/smack/packet/Presence;.setMode (Lorg/ jivesoftware/smack/packet/Presence$Mode;)V 08-27 00:08:20.312: WARN/dalvikvm(444): VFY: rejecting opcode 0x6e at 0x0002 08-27 00:08:20.312: WARN/dalvikvm(444): VFY: rejected Lcom/asurion/ android/instantmessaging/AndroidChat;.changePresence (Lorg/ jivesoftware/smack/packet/Presence$Mode;)V 08-27 00:08:20.312: WARN/dalvikvm(444): Verifier rejected class Lcom/ asurion/android/instantmessaging/AndroidChat; 08-27 00:08:20.312: DEBUG/AndroidRuntime(444): Shutting down VM 08-27 00:08:20.312: WARN/dalvikvm(444): threadid=3: thread exiting with uncaught exception (group=0x40010e28) 08-27 00:08:20.333: ERROR/AndroidRuntime(444): Uncaught handler: thread main exiting due to uncaught exception 08-27 00:08:20.353: ERROR/AndroidRuntime(444): java.lang.VerifyError: com.asurion.android.instantmessaging.AndroidChat 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at com.asurion.android.activity.AddressBook.initChat(AddressBook.java: 374) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at com.asurion.android.activity.AddressBook.onCreate(AddressBook.java: 165) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java: 1121) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java: 2094) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java: 2147) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at android.app.ActivityThread.access$1800(ActivityThread.java:112) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1572) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at android.os.Handler.dispatchMessage(Handler.java:88) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at android.os.Looper.loop(Looper.java:123) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at android.app.ActivityThread.main(ActivityThread.java:3708) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at java.lang.reflect.Method.invokeNative(Native Method) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at java.lang.reflect.Method.invoke(Method.java:492) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:734) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:492) 08-27 00:08:20.353: ERROR/AndroidRuntime(444): at dalvik.system.NativeStart.main(Native Method) anyone has a clue? --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

