Hi everyone,

I'm getting quite a few Android Runtime Errors, and quite frankly, i'm
at a loss.

Here is a list of all the errors displayed in the console upon launch
of the application.  The application makes a call to a .NET web
service using the kSOAP2 library.

05-27 17:36:39.535: ERROR/dalvikvm(875): Could not find method
javax.microedition.io.Connector.open, referenced from method
org.ksoap2.transport.ServiceConnectionMidp.<init>
05-27 17:36:39.555: ERROR/AndroidRuntime(875): Uncaught handler:
thread main exiting due to uncaught exception
05-27 17:36:39.567: ERROR/AndroidRuntime(875): java.lang.VerifyError:
org.ksoap2.transport.ServiceConnectionMidp
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
org.ksoap2.transport.HttpTransport.getServiceConnection(Unknown
Source)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
org.ksoap2.transport.HttpTransport.call(Unknown Source)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
mobileCMDB.prototype_v1_1.mobileCMDBmain.onCreate(mobileCMDBmain.java:
50)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1123)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2231)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2284)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
android.app.ActivityThread.access$1800(ActivityThread.java:112)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
android.os.Handler.dispatchMessage(Handler.java:99)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
android.os.Looper.loop(Looper.java:123)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
android.app.ActivityThread.main(ActivityThread.java:3948)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
java.lang.reflect.Method.invokeNative(Native Method)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
java.lang.reflect.Method.invoke(Method.java:521)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run
(ZygoteInit.java:782)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
05-27 17:36:39.567: ERROR/AndroidRuntime(875):     at
dalvik.system.NativeStart.main(Native Method)

I really need help with this!

Thanks in advance



--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to