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.
我尝试导入一个 .jar 库。添加代码,我导入它没有错误。
import my.lib.MyLib;
我使用了 onCreate() 的 lib 中的 MyLib 类。但它显示以下错误:
java.lang.NoClassDefFoundError: my.lib.MyLib
可能的原因是什么?以及如何修改它?
如果您已更新到 ADT r17。你可以看到这个。