I want to obfuscate my android project.I watched a lot of tutorials but they didn't help me and I was not able to obfuscate my app.I have included the proguard folder in my project but it is not obfuscating my code.
I want to obfuscate my android project.I watched a lot of tutorials but they didn't help me and I was not able to obfuscate my app.I have included the proguard folder in my project but it is not obfuscating my code.
try this....
In eclipse package explorer go to your project and open project.properties file. In this file uncomment the below line
Open proguard-project.txt and paste
And finally right click on your project folder --> Android Tools --> Export Signed Application Package
Check the exported .apk !!