保护Android Apk文件

问题描述:

我发现我们可以从APK文件中获取特定Android应用的完整源代码,使用apktool和命令提示符我们可以找到APK文件的源代码。所以任何技巧或工具可用来保护我的Android apk文件?保护Android Apk文件

Features  
    decoding resources to nearly original form (including resources.arsc, XMLs and 9.png files) and rebuilding them 
    smali debugging: SmaliDebugging 
    helping with some repetitive tasks 
+0

http://developer.android.com/tools/help/可能会导致死机proguard.html – 2015-03-02 10:21:25

可以使用proguardobfuscate你的代码。

小心,使用ProGuard如果你使用反射或以其他方式依靠类和成员的名称(如enum.valueOf())

+0

好的我会试试 – kishan 2015-03-02 10:30:17

+0

hey mach,androidstudio generate apk? – kishan 2015-03-02 10:32:49

+0

@kishan在Android Studio中使用proguard需要帮助吗? http://*.com/questions/20885725/how-to-use-the-proguard-in-android-studio – mach 2015-03-02 10:36:52