-
Notifications
You must be signed in to change notification settings - Fork 277
5.b Setup on Android [Non Rooted]
Nishant Das Patnaik edited this page Apr 22, 2017
·
5 revisions
- Download android-sdk command-line tools
- Install the Android SDK Platform Tools, Android SDK Build Tools by running the command
./android
from within extracted ZIP archive - Set the
$PATH
environment variable to point to thebuild-tools
,platform-tools
&tools
directory of the Android SDK. - Confirm step #3 by running the command
which android
,which aapt
etc. to make sure they all point to the directory you just set. - You would also need to install
apktool
, if not already installed. Read the guide here
Thanks to @illnino's issue #24 for reminding me to add the installation notes.
___ .______ .______ .___ ___. ______ .__ __.
/ \ | _ \ | _ \ | \/ | / __ \ | \ | |
/ ^ \ | |_) | | |_) | | \ / | | | | | | \| |
/ /_\ \ | ___/ | ___/ | |\/| | | | | | | . ` |
/ _____ \ | | | | | | | | | `--' | | |\ |
/__/ \__\ | _| | _| |__| |__| \______/ |__| \__|
github.com/dpnishant
usage: apk_builder.py [-h] [--apk APK_PATH] [-v]
optional arguments:
-h, --help show this help message and exit
--apk APK_PATH (absolute) path to APK
-v show program's version number and exit