Home

Awesome

APK Utilities

A cross-platform suite of scripts and utilities for working with APK files

Features

Pull

Extract

Build

Push

Usage

Clone this repo and use the .sh scripts at its root. For a clean workflow, all scripts operate under the project directory.

Example workflow

Installation

You need bash installed and accessible under /bin/bash. On Windows you can use WSL, the scripts will detect that and still use the native Windows binaries.

If you want to use the aapt-* and adb-* scripts, then you also need to install the Android SDK. In Ubuntu, there is an official package android-sdk. Make sure the following directories are added to your PATH:

3rd party