+ 4
Is there a best way to encrypt Android source code?
Android studio uses java source files. Sometimes people extract the android source code for cracking. so Is there a best way to encrypt Android source code?
5 Answers
+ 9
There is a free Java class called ProGuard. It can obfuscate a code but keep in mind that everything can be reverse engineered. Google ProGuard for more info.
+ 4
Great. Thanks Stamen
+ 3
Nice, direct answer @Stamen
+ 2
Thank you Stamen