标签: android proguard obfuscation android-proguard
保护规则的顺序是否重要,或者规则可以以任何顺序编写?
答案 0 :(得分:2)
规则的顺序无关紧要。您可以按任何顺序编写它。
答案 1 :(得分:0)
如果您通过proguard删除代码。例如:删除所有日志行How to Remove all debug logging calls before publishing app to Google Play?
如果删除是从一开始就进行的,Proguard的运行速度会更快。