Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近重新安装了我的电脑,安装了最新版本的 Android SDK 和 Eclipse。现在,我拥有的每个项目,每个项目中包含的每个 jar 文件都会得到一个“java.lang.NoClassDefFoundError”。
我是一名 Java 初学者,我上周在论坛上度过,但无法修复它。
有人可以帮我吗?
谢谢
在重新格式化之前,您可能使用的是过时版本的 ADT。在 ADT 17 之后,需要将库复制到libs项目的文件夹中,或者需要在构建路径上将它们标记为导出。否则,这些库将不会与 APK 二进制文件一起打包,因此您NoClassDefFoundError在使用这些库时会得到。
libs
NoClassDefFoundError