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 项目中使用了一个库。但是我需要用一个新的来替换它。所以我删除了它并将新的添加到 libs/ 文件夹中。
但是 Eclipse 一直在说:
Project is missing required library:'libs/old-lib.jar'
我怎样才能正确地做到这一点?
谢谢你的帮助
转到项目→构建路径→配置构建路径。在库选项卡下,确保 jar 不在列表中,否则将其远程。
然后单击 Order & Export 选项卡,并确保未选中 jar。