ProGuard outputs the following files after it runs.
运行混淆器之后输出的文件有。
Building in debug mode does not invoke ProGuard, because it makes debugging more cumbersome.
而在调试模式中构建则不会调用混淆器,因为那样调试会更加繁重。
You can fix errors when proguard strips away your code by adding a -keep line in the proguard.cfg file.
你可以在proguard . cfg文件中添加- keep这一行来修复这些错误。
应用推荐