您的位置:首页 > 其它

apktool 在mac下的安装

2015-12-10 11:36 183 查看
Download Mac wrapper script (Right click, Save Link
As 
apktool
)
Download apktool-2 (find newest here)
Rename downloaded jar to 
apktool.jar

Move both files (
apktool.jar
 & 
apktool
)
to 
/usr/local/bin
 (root needed)
Make sure both files are executable (
chmod +x
)
Try running apktool via cli

Note - Wrapper scripts are not needed, but helpful so you don’t have to type java
-jar apktool.jar over and over.

原文地址:http://ibotpeaches.github.io/Apktool/install/

注意:可以不用第一步 ,那只是一个shell脚本,可以直接使用  java -jar apktool.jar 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: