android: proguard 混淆导入的 jar

发布于 2024-10-13 07:40:03 字数 373 浏览 2 评论 0原文

我制作了一个 IM 客户端,它使用 asmack .jar 库与 google IM 服务服务器进行通信。

现在我尝试从 eclipse 导出我的应用程序并使用 proguard 工具来混淆我的类。 问题是,导出项目并运行后,我无法登录谷歌,因为我从 asmack lib 中收到错误...
错误之一:01-21 09:52:19.602:WARN/System.err(24297):java.lang.UnsupportedOperationException:java.lang.NoSuchMethodException:值 我还从 asmack 获得 NoSuchClassException 和一些包名称。

我必须进行哪些设置才能完成这项工作? 谢谢你!

I've made a IM client that uses the asmack .jar library to communicate with google IM service server.

Now I am trying to export my application from eclipse and use the proguard tool to obfuscate my classes.
The problem is that after exporting the project and running it, I can't log on to google because I get errors from the asmack lib...
one of the errors: 01-21 09:52:19.602: WARN/System.err(24297): java.lang.UnsupportedOperationException: java.lang.NoSuchMethodException: values
I also get NoSuchClassException and some names of packages from asmack.

What settings do I have to make to get this work?
Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

再浓的妆也掩不了殇 2024-10-20 07:40:03

问题解决了...我必须将错误中注意到的所有类放在 progurad 的 -keep 公共类属性中

Problem solved... I had to put all the classes noticed in the error in the -keep public class property of progurad

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文