2015-03-02 89 views
-1

我發現我們可以從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

回答

0

可以使用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://stackoverflow.com/questions/20885725/how-to-use-the-proguard-in-android-studio – mach 2015-03-02 10:36:52