Skip to content

Instantly share code, notes, and snippets.

View capcom-r's full-sized avatar
🎯
Focusing

capcom-r capcom-r

🎯
Focusing
  • Earth
  • localhost
View GitHub Profile
@wenzhixin
wenzhixin / ubuntu14.04-command-line-install-android-sdk
Last active December 17, 2025 23:35
Ubuntu 14.04 command line install android sdk
# install openjdk
sudo apt-get install openjdk-7-jdk
# download android sdk
wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz
tar -xvf android-sdk_r24.2-linux.tgz
cd android-sdk-linux/tools
# install all sdk packages