Skip to content

Instantly share code, notes, and snippets.

@aivanovski
aivanovski / android-decompile.sh
Created January 4, 2019 20:18 — forked from nstarke/android-decompile.sh
Android APK Decompile Script
#!/bin/bash
APK=$1
# Linux only right now.
if [ ! -d "$HOME/.android-decompile-tools" ]; then
mkdir "$HOME/.android-decompile-tools"
fi