Eclipse Android 项目上的 ProGuard 混淆(Phonegap 应用程序)
我在 Eclipse 上制作了一些 Phonegap Android 应用程序,但我需要混淆“assets”文件夹或其内容,我该如何制作呢?也许配置 proguard.cfg 文件???
我需要像其他文件一样进行一些混淆,因为如果您在 Apk Manager 上反编译 APK 文件,可以看到没有混淆的“assets”文件夹,并且可以访问 html 文件或其他文件。
有人可以帮忙吗? 我读了很多关于 ProGuard 的内容,但我不明白如果我也可以混淆其他文件..
抱歉我的英语不好:P
谢谢!
谢谢!
I make some Phonegap Android apps on Eclipse, but I need to obfuscate the "assets" folder or the content of this, How I can make it?? Maybe configuring proguard.cfg file???
I need to make some obfuscation like the other files, because if you decompile the APK file on Apk Manager can see the "assets" folder withous obfuscation and can access to html files or others.
Anybody can help with that?
I read a lot about ProGuard but I can't understand If I can also obfuscate other files..
Sorry for my bad english :P
Thanks!
¡Gracias!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ProGuard 用于混淆代码。最好的选择是单独加密和存档您的资产,然后在安装应用程序后检索它们。
ProGuard is for obfuscating code. Your best bet is to encrypt and archive your assets separately, and then retrieve them after the app is installed.