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!

没有正确的解决方案

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top