How to Install apktool in Ubuntu 18.04



Install apktool by entering the following commands in the terminal:

sudo apt update
sudo apt install apktool

Description:

tool for reverse engineering Android apk files

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 smali code step by step. Also it makes working with an app easier because of project-like file structure and automation of some repetitive tasks like building apk.

Homepage: https://ibotpeaches.github.io/Apktool/

Version: 2.3.1+dfsg-1

Section: universe/devel