我在我的应用程序中收到此错误,这在 UPC300-2.2 Viewsonic G-Tablet 上发生 。到目前为止我找到的所有答案(包括this one)都建议放
<uses-permission android:name="android.permission.INTERNET"/>
到清单文件,但没有帮助。
这是完整的堆栈跟踪:
java.lang.NoClassDefFoundError: android.net.NetworkConnectivityListener
在 com.google.android.maps.MapActivity.onCreate(MapActivity.java:199) 在 myapp.Activity.ActivityMapSearch.onCreate(ActivityMapSearch.java:99) 在 android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 在 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627) 在 android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679) 在 android.app.ActivityThread.access $ 2300(ActivityThread.java:125) 在 android.app.ActivityThread $ H.handleMessage(ActivityThread.java:2033) 在 android.os.Handler.dispatchMessage(Handler.java:99) 在 android.os.Looper.loop(Looper.java:123) 在 android.app.ActivityThread.main(ActivityThread.java:4627) 在 java.lang.reflect.Method.invokeNative(母语 方法)at java.lang.reflect.Method.invoke(Method.java:521) 在 com.android.internal.os.ZygoteInit $ MethodAndArgsCaller.run(ZygoteInit.java:868) 在 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 在 dalvik.system.NativeStart.main(母语 方法)