Skip to content

Instantly share code, notes, and snippets.

@olifink
olifink / android-sdk-arm.sh
Created December 14, 2025 12:38
download the necessary android sdk packages for arm64
# set you own android home
ANDROID_HOME=~/develop/android/sdk
# cmdline tools
mkdir -p $ANDROID_HOME
cd $ANDROID_HOME
wget "https://dl.google.com/android/repository/"`(curl -s https://dl.google.com/android/repository/repository2-1.xml | grep -o "commandlinetools-linux-[0-9]*_latest.zip" | head -n 1)`
unzip commandlinetools-linux-[0-9]*_latest.zip -d .
rm commandlinetools-linux-[0-9]*_latest.zip
@olifink
olifink / autobahn.md
Created February 10, 2023 15:36 — forked from felipedeaujaques/autobahn.md
autobahn.md