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!

link|improve this question

60% accept rate
feedback

1 Answer

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.

link|improve this answer
And How I can make this? – gazapko Feb 9 at 11:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.