Android Build and Obfuscate Libraryproject
I have an android开发者_开发百科 library project. I want to build this project into a .jar I think and put this jar into my /full
and my /lite
Project. Before doing this I want to obfuscate the library project.
Is this possible?
Before it was a library project I had a working build.xml to build the application out of this. This build.xml does not work for the library project.
Thanks and best regards, Till
Proguard will obfuscate your code. Just repackage and then obfuscate the result.
精彩评论