Friday 27 October 2017

Happy development using apktool on Mac

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:
  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.

  2. Now, run

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

  3. Install apktool using brew

    brew install apktool
apktool is ready to use now!

0 comments:

Post a Comment

 

Copyright @ 2013 Appychip.

Designed by Appychip & YouTube Channel