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 应用程序和两个 Android 库项目。应用程序项目需要第一个库项目,并将其放在其 Android 依赖项上。第一个 Android 库项目需要第二个 Android 库项目,并拥有它自己的 Android 依赖项。问题是第一个 Android 库项目没有看到来自第二个 Android 库项目的资源,并且是编译错误。如何配置项目?