我刚刚将我的 android SDK 工具更新到新发布的版本(工具版本 22,平台工具版本 17)
I have just updated my android SDK tools to the newly released version (tools version 22, platform tools version 17)
java.lang.NoClassDefFoundError
.classpath 文件已修改.更新中添加了一行:
The .classpath file was modified. The update in added a line :
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
在 SDK 工具更新之前,我所有的项目都运行良好!!
Before the SDK tools update, all my projects worked well !!
我以这种方式纠正了我的问题:
但我不明白为什么!有人能解释一下吗?
But I don't understand why! Would anybody have an explanation ?
我通过进入 Java Build Path > Order and Export 选项卡来修复它.
I fixed it by going into Java Build Path > Order and Export tab.
单击列表中的所有内容Android 私有库".
Click everything in the list "Android Private Libraries".
然后是项目 -> 清理".这解决了我的问题.
Then "Project -> Clean". That fixed my issue.
在这个问题上刚刚超过 1.5 天,通过阅读 Google+ 解决了我的问题.
Just over 1.5 days on this issue, solved my problem by reading Google+.
这篇关于Android 应用程序在 SDK-tools 更新版本后崩溃(NoClassDefFound,工具版本 22)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
为什么在 Eclipse 的 SDK 中选择 Android API 而不是 Why would you choose Android API over Google APIs in the SDK on Eclipse?(为什么在 Eclipse 的 SDK 中选择 Android API 而不是 Google API?)
Couchbase 存储桶身份验证错误Couchbase Bucket authentication error(Couchbase 存储桶身份验证错误)
admob 6.2.1 空指针异常admob 6.2.1 nullpointer exception(admob 6.2.1 空指针异常)
如何在 IntelliJ IDEA 中设置 SDK?How to setup SDK in IntelliJ IDEA?(如何在 IntelliJ IDEA 中设置 SDK?)
eclipse 无法检测到我的手机进行试运行My phone cannot be detected in eclipse to test run(eclipse 无法检测到我的手机进行试运行)
android SDK 中缺少 platform-toolsaapt.exe 目录platform-toolsaapt.exe directory missing in android SDK(android SDK 中缺少 platform-toolsaapt.exe 目录)