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 项目,该项目使用一个 JAR 文件并关联了一个库。所以,我的疑问是:如果我将我的 android 项目导出到 JAR 文件中,JAR 文件会得到另外两个“项目”(JAR 和关联的库)?我真的需要导出我的项目,所以请帮助我。
我想您正在使用 Eclipse 进行构建。确保在 Properties-Java Build Path-Order and Export 中检查库的导出。默认情况下,Eclipse 不会添加要导出的库。