Can Proguard obfuscate javascript code wrapped in Android application? If not please suggest me some tools that allow to automate the javascript obfuscation process and integrate it a build tool.
Thank you for your time.
Regards, Praveen.
Proguard does not obfuscate JavaScript, it obfuscates bytecode (which is normally generated from Java code).
A simple Google search will lead you to many methods of obfuscating JavaScript.