I'm compiling with an android application with Eclipse from the "Send Android Build" menu with the options: android.enableProguard=true and without using android.proguardKeep, but the resulting code is not obfuscated.
Is this because I'm compiling in debug mode?
In iOS are the debug build and App store build options. What do I have to do to compile as an Android release?