gpt4 book ai didi

java - 运行时的 MapActivity ClassDefNotFoundException

转载 作者:行者123 更新时间:2023-11-30 03:45:15 25 4
gpt4 key购买 nike

我的 Activity 扩展自 MapActivity,我已在 list 中正确描述了它,我已将 <uses-library> <application> 内的标签标记我正在使用 goole apis 库构建,并且 maps.jar 只存在一次(没有重复)并且该应用程序在大多数设备上运行和运行完美。但是,我收到了 ClassDefNotFoundException 的崩溃报告,该报告发生在装有 Android 2.1 的 ZTE Blade 设备上。我正在使用 google apis 2.1 构建有人对此有建议吗?

我也提供堆栈跟踪:

java.lang.IllegalStateException: Could not execute method of the activity
at android.view.View$1.onClick(View.java:2165)
at android.view.View.performClick(View.java:2506)
at android.view.View$PerformClick.run(View.java:9112)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3835)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at android.view.View$1.onClick(View.java:2160)
... 11 more
Caused by: java.lang.NoClassDefFoundError: com.testing.asd.android.ui.InfoActivity
at com.testing.asd.android.ui.HomeScreen.onClick(HomeScreen.java:60)
... 14 more

com.testing.asd.android.ui.InfoActivity 扩展了 MapActivity。到目前为止,问题只出现在一台设备上。我在 Android 2.3 和 4.2 上测试过,没问题。

最佳答案

我不确定 ZTE Blade 是否属于这种情况,但有些设备(例如 Kindle Fire)没有 Google API。我认为如果您的应用程序使用 MapView,这些手机将显示 NoClassDefFoundError。

关于java - 运行时的 MapActivity ClassDefNotFoundException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15115784/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com