简体   繁体   中英

How can i prevent my app from decompiling it to java code

I was reading this article about decompilation of .apk file into java code...my question is how can i prevent it from decompilation? here is the link of that article

http://developer.android.com/tools/help/proguard.html .

Enable proguard in release mode

The ProGuard tool shrinks, optimizes, and obfuscates your code by removing unused code and renaming classes, fields, and methods with semantically obscure names. The result is a smaller sized .apk file that is more difficult to reverse engineer.

Also check the answer by commonsware in the below link

How to avoid reverse engineering of an APK file?

here's an example

http://proguard.sourceforge.net/index.html#manual/examples.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM