标签:目录 进入 mac bin 需要 cal class usr 语句
下载目录:https://ibotpeaches.github.io/Apktool/install/.
将上述的文件放在usr/local/bin目录下并执行
chmod +x apktool.jar
进入apktool.jar的所在目录,也就是usr/local/bin 执行下面语句
java -jar apktool.jar empty-framework-dir
看到
I: Removing 1.apk framework file...
然后重新打包。到需要打包的apk的目录
执行
apktool.sh b login
输出
I: Using Apktool 2.4.0
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk...
即可。
标签:目录 进入 mac bin 需要 cal class usr 语句
原文地址:https://www.cnblogs.com/c-x-a/p/10660670.html