启用 proguard 时,转换为 dalvik 格式失败并出现错误 1
我正在尝试为我们现有的应用程序设置混淆器。它在 libs 文件夹中有一堆 .jar 文件,并且这些包在构建路径中指定。它们抛出了一堆错误,直到我为所有与包相关的错误添加 -dontwarn...
现在,当我尝试导出时,我得到转换错误,控制台中没有任何消息。它没有说什么。我查看了其他问题,但没有一个回答我的问题。
我正在为 SDK 使用最新的 proguard 和 r15。
任何人都可以吗?帮助?
I'm trying to set up proguard for our existing app. It has a bunch of .jar files in the libs folder and these packages are specified in the build path.. They threw bunch of errors until i added -dontwarn for all the package related errors...
Now when I try to export, i get the converstion error without any messages in the console.. It doesn't say anything.. I looked at other questions but none of them answer my questions..
I'm using the latest proguard and r15 for the SDK..
Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试从项目网站获取最新的 ProGuard jar,并替换 SDK 文件夹中的 jar。
Try getting the newest ProGuard jars from the project's website, and replace the ones in the SDK folder.