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.
我已经使用 Eclipse 将常用组件拆分为库。一切都很好。我在图书馆有资源/等。但是,我需要使用 make 而不是 Eclipse 来实现相同的功能。每次制作 APK 时,我都需要重新编译这些库。
完全是一个菜鸟问题,但我发现的一切都是为了让它在 Eclipse 中工作或创建一个 Jar 文件并将其插入到项目中。
谢谢 - 基思
创建jar文件:
您可以使用Export->Java->RunnableJar 创建一个包含其依赖项的 jar
Export->Java->Runnable
检查本教程,还有这个类似的问题