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.
我正在使用 AndEngine 和两个 AndEngine 扩展,总共有 3 个库项目。我真的希望我可以混淆和优化这些库项目以提高应用程序的大小,但我还没有看到如何使用库项目来做到这一点。
有谁知道这样做的Proguard配置是什么?
Proguard
编译应用程序时,引用库项目中的所有 *.java 文件都会编译到应用程序的bin/classes文件夹中。混淆步骤是使用此文件夹中的 .class 文件完成的。这意味着当您混淆您的应用程序时,所有引用的库项目都会自动混淆。
bin/classes