简体   繁体   中英

Android Library Project to Obfuscated JAR

I have a huge android library project. And I have to obfuscate a class that extended from a view.

I cant understand proguard using. How should I do? Can you describe step by step should I need do?

The Android SDK doesn't obfuscate library projects as such, only complete applications (including their libraries).

You can however run ProGuard yourself, with a configuration like the example in the ProGuard manual > Examples > A typical library .

i think your question is pretty similar to stackoverflow question...Refer this Question ............. Here i'm sure u will find some useful steps and may be answer also........

https://stackoverflow.com/questions/2531187/android-and-obfuscation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM