Is it possible to obfuscate java code and then building an APK file from those java files? [duplicate]

StackOverflow https://stackoverflow.com/questions/22094406

سؤال

I am building an android app and i want to secure its source code. I am building it by using Java. As i have gone through some answers here which is related to obfuscation of java code and protecting it from reverse engineering. So is it also possible in android development. If yes then how? And if it is not possible then how can we protect apk file from reverse engineering.

لا يوجد حل صحيح

نصائح أخرى

Have a look at ProGuard : Proguard

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top