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 并将这个 jar 放入我/full和我的/lite项目中。在这样做之前,我想混淆库项目。这可能吗?在它是一个库项目之前,我有一个可以工作的 build.xml 来构建应用程序。此 build.xml 不适用于库项目。
/full
/lite
谢谢和最好的问候,直到
Proguard 会混淆你的代码。只需重新打包,然后混淆结果。