On Fri, Aug 24, 2012 at 7:13 AM, Azad Shekmydeen <sazadmoul...@gmail.com> wrote: > I have developed the application in android using phonegap. I build the apk > with proguard in eclipse, but the assets folder(contains the html, js and css > files) not obfuscate inside the apk. > > How can I achieve the obfuscation for html, js and css files using proguard?
You can't, AFAIK. And, even if you did, then the user would not be able to view your app. > If there is no possibilities with proguard then, is any other ways to > obfuscate the phonegap js and its related files? If you minify your JS, that usually winds up being fairly obfuscated. Note that you may get better advice if you ask this question somewhere that is PhoneGap-specific. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en