Skip to content

Instantly share code, notes, and snippets.

@sameer-j
sameer-j / setup.sh
Last active May 30, 2021 14:05 — forked from jjvillavicencio/setup.sh
Install Android SDK on Windows Bash (WSL)
# run commands one by one manually
cd ~
# add sudo wherever needed
apt-get update
apt-get install unzip zip
# get the link for latest sdk commandlinetools for linux from https://developer.android.com/studio#downloads "Command line tools only" section
wget https://dl.google.com/android/repository/commandlinetools-linux-7302050_latest.zip
# create folder Android and unzip the cmdtools in Android/cmdline-tools/latest/
unzip commandlinetools-linux-7302050_latest.zip -d Android
rm commandlinetools-linux-7302050_latest.zip
@sameer-j
sameer-j / rearct-native-app-in-wsl2.md
Last active May 30, 2021 14:33 — forked from bergmannjg/rearct-native-app-in-wsl2.md
Building a react native app in WSL2