```shell # 需要下载apktool_*.jar及脚本apktool # https://apktool.org/docs/install # # 解压 apktool d xxx.apk --only-main-classes # 压缩 apktool b xxx ```