Steps To Install apktool On Mac
Package Information:Name: apktool
Use: A Tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug small code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.
URL: https://github.com/iBotPeaches/Apktool
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install apktool using brew
brew install apktool
0 comments:
Post a Comment