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 应用程序,它使用从另一个 Eclipse 项目生成的 jar 库。
但是可以直接引用这个项目而不是使用中间 jar 吗?
当我这样做时,构建成功但我在运行时收到 VerifyErrors 说找不到我的外部项目的类......
是的,您可以通过将其设置为库来直接引用此项目。为此:
是的,ADT 支持可共享源代码和资源形式的库,而不仅仅是 .jar。请参阅 Android 开发者网站,尤其是管理项目 -> 库项目文章。