数智学习中心 计科随机库
学习专区 Linux专栏 博客圈 计科之路 登录
apktool下载地址与记录

https://apktool.org/docs/install

https://bitbucket.org/iBotPeaches/apktool/downloads/

Windows

Download Windows wrapper script (Right click, Save Link As apktool.bat)

Download latest Apktool.

Rename downloaded jar to apktool.jar

Move both files (apktool.jar & apktool.bat) to your Windows directory (Usually C://Windows)

If you do not have access to C://Windows, you may place the two files anywhere then add that directory to your Environment Variables System PATH variable.

Try running apktool via command prompt

Linux

Download Linux wrapper script (Right click, Save Link As apktool)

Download latest Apktool.

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

Mac

Download Mac wrapper script (Right click, Save Link As apktool)

Download latest Apktool.

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

评论留言

一共0条留言