one of the features in android 2.3 is integrated proguard obfuscation when doing release builds. but how do i enable this obfuscation when creating my apk?

thanks!

link|improve this question

77% accept rate
feedback

3 Answers

up vote 7 down vote accepted

Have you checked this site?

link|improve this answer
feedback

I just used it with maven. If you are using maven as well, I would recommend you reading this blog post.

link|improve this answer
feedback

add proguard.config=proguard.cfg into default.properties detail visit link text

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.