android 反编译 apk 文档及下载地址 https://ibotpeaches.github.io/Apktool/install/ 下载执行脚本 windows: https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool linux: https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool 下载最新的 apktool_x.x.x.jar 下载地址:...
android 开发环境设置 下载地址 https://www.androiddevtools.cn/ 设置环境变量 1export ANDROID_HOME=/Users/zhangcong/Library/Android/sdk 2export PATH=$PATH:$ANDROID_HOME/tools 3export PATH=$PATH:$ANDROID_HOME/platform-tools