开发者

how to use proguard in android 2.3

开发者 https://www.devze.com 2023-01-30 06:12 出处:网络
one of the features in android 2.3 is integrated proguard obfuscation when doing rele开发者_Go百科ase builds. but how do i enable this obfuscation when creating my apk?

one of the features in android 2.3 is integrated proguard obfuscation when doing rele开发者_Go百科ase builds. but how do i enable this obfuscation when creating my apk?

thanks!


add the following into default.properties

proguard.config=proguard.cfg 

For details visit here


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

0

精彩评论

暂无评论...
验证码 换一张
取 消