首页 > 代码库 > Android 反编译

Android 反编译

http://blog.csdn.net/vipzjyno1/article/details/21039349/   

apktool.bat d -f  test.apk  test     这条命令修改成apktool d [-s] -f <apkPath> -o <folderPath>

Android 反编译