Is there a best way to encrypt Android source code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

1st Aug 2017, 7:08 PM
Gech
Gech - avatar
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.
1st Aug 2017, 7:18 PM
Stamen
Stamen - avatar
+ 4
Great. Thanks Stamen
1st Aug 2017, 7:20 PM
Gech
Gech - avatar
+ 3
Nice, direct answer @Stamen
1st Aug 2017, 7:54 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
Thank you Stamen
2nd Aug 2017, 8:27 AM
Álvaro Galera
Álvaro Galera - avatar