Tools
[MacOS] apktool 설치
Red&Blue_
2023. 4. 11. 10:08
https://ibotpeaches.github.io/Apktool/install/
Apktool - How to Install
Install Instructions Quick Check Is at least Java 1.8 installed? Does executing java -version on command line / command prompt return 1.8 or greater? If not, please install Java 8+ and make it the default. (Java 7 will also work at this time) Windows: Down
ibotpeaches.github.io
이전에는 apktool.jar를 이용해서 java -jar apktool.jar 사용했었는데 개선이 됨.
java 8 버전 이상에서 구동가능함.
MacOS에서 설치하기.
brew install apktool |
설치된 버전 확인
$ apktool -version 2.7.0 |