Hi all,

This is a plea for help.

I've written a maps app and it runs fine on every device apart from a
Superpad 2 / Flytouch 3. Which is a cheap Chinese tablet that runs
google's maps app just fine.

Problem is that com.google.android.maps.MapActivity.onCreate() throws.
It's not even my code!

Has anyone seen this before and is it fixable from my app?

This is the stack trace....

java.lang.NoClassDefFoundError:
android.net.NetworkConnectivityListener
        at com.google.android.maps.MapActivity.onCreate(MapActivity.java:199)
        at
uk.co.infojection.droid.duncdroid.DuncDroid.onCreate(DuncDroid.java:
65)
        at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1047)
        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2627)
        at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2679)
        at android.app.ActivityThread.access$2300(ActivityThread.java:125)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:
2033)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:123)
        at android.app.ActivityThread.main(ActivityThread.java:4627)
        at java.lang.reflect.Method.invokeNative(Native Method)
        at java.lang.reflect.Method.invoke(Method.java:521)
        at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:868)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
        at dalvik.system.NativeStart.main(Native Method)

Please help,

     -Dunc.

-- 
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