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