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.
如何将 .apklib 作为依赖项添加到 eclipse 的构建路径中?我有一个依赖于另一个库(apklib 类型)的应用程序。我想在 Eclipse 中构建我的应用程序,但在依赖 apklib 库中引用的所有类都出现编译错误。
你唯一拥有的是apklib?如果是,我建议您使用 MAVEN,并将 apklib 放在存储库路径中(或证明它已经不存在)。如果没有,只需将另一个项目的源代码添加到您的项目中。