Android APK反编译详解(附图)
http://blog.youkuaiyun.com/sunboy_2050/article/details/6727581
Android如何防止apk程序被反编译
http://blog.youkuaiyun.com/sunboy_2050/article/details/6727640
注一: 防止被反编译那天文章中有一处错误,看到很多转载文章都那么写,原创写错了转载的人也跟着错,我经过验证后还是把错误指出来吧,希望别人不要再被误导了.
- # This file is automatically generated by Android Tools.
- # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
- #
- # This file must be checked in Version Control Systems.
- #
- # To customize properties used by the Ant build system use,
- # "build.properties", and override values to adapt the script to your
- # project structure.
- # Project target.
- target=android-9
- proguardproguard.config=proguard.cfg ##此句应该为proguard.config=proguard.cfg
注二: 另外需要说明的是,程序运行之后会在bin文件夹中生成apk文件,但这个文件中的apk是没有混淆的,只有发布的程序才被混淆处理,方法如下图,在这一点上我走了些弯路,希望看这篇文章的人少走一些弯路.