Android Proguard 如何辨别?
我的项目中有 Proguard 文件,但我不确定当我运行导出向导工具时它是否正在运行。有没有办法检查它是否真的有效?
I have the Proguard file in my project but I am not sure if it is running when I run through the export wizard tool. Is there a way to check if it actually worked?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看文档,Proguard 在运行后会输出一些文件,如 dump.txt、mappings.txt 等。您应该在编译后检查这些文件是否已刷新。
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.