Skip to content

Instantly share code, notes, and snippets.

View sushruth's full-sized avatar
👋

Sushruth Sastry sushruth

👋
View GitHub Profile
@sushruth
sushruth / recompile-and-install.bat
Last active June 1, 2017 14:23 — forked from PuKoren/recompile-and-run.sh
Recompile APK + Sign with apktool - Windows version
echo off
:: This is the project folder
set PROJ=%1
shift
:: You must first install apktool (https://github.com/iBotPeaches/Apktool) and android SDK
:: You must also have APKTOOL_HOME, JAVA_HOME/tools and ANDROID_SDK_HOME/build-tools in your PATH (change location as needed)
:: and decompile apk using it
:: apktool d -rf my-app.apk