如何在android 2.3中使用proguard

发布于 2024-10-07 05:11:12 字数 74 浏览 5 评论 0原文

android 2.3 的功能之一是在发布版本时集成混淆器混淆。但是我如何在创建我的 apk 时启用这种混淆?

谢谢!

one of the features in android 2.3 is integrated proguard obfuscation when doing release builds. but how do i enable this obfuscation when creating my apk?

thanks!

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

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

发布评论

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

评论(2

护你周全 2024-10-14 05:11:12

将以下内容添加到 default.properties 中。

proguard.config=proguard.cfg 

有关详细信息,请访问此处

add the following into default.properties

proguard.config=proguard.cfg 

For details visit here

羞稚 2024-10-14 05:11:12

我只是用maven 来使用它。如果您也使用 Maven,我建议您阅读 这篇博文

I just used it with maven. If you are using maven as well, I would recommend you reading this blog post.

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