[Solved] Proguard claims to obfuscate the .apk, but does not

This worked for me in Eclipse Neon: Right click on project and add the Gradle nature File -> Export -> Android -> Generate Gradle build files In the root directory of your project, create a local.properties file and set sdk.dir. See: Where does local.properties go for android project? Right click on project -> Gradle -> … Read more