Proguard Android How to tell?
I have the Proguard file in my project but I am not sure if 开发者_StackOverflow社区it is running when I run through the export wizard tool. Is there a way to check if it actually worked?
Looking at the documentation, Proguard will output some files after it runs like dump.txt, mappings.txt and some others. You should just check those files are refreshed after you compile.
精彩评论