Skip to content

Instantly share code, notes, and snippets.

[wsl2]
kernel=C:\\Users\\JAKA\\vmlinux
@CMingTseng
CMingTseng / Android-Emulator-on-AWS-EC2.md
Created July 2, 2020 02:42 — forked from yazinsai/Android-Emulator-on-AWS-EC2.md
Installing and running Android Emulator on Amazon AWS EC2 (Ubuntu 16.04 / m5.xlarge)

Getting the Android Emulator running on EC2 📱

# @ your EC2 instance
sudo apt update
sudo apt install openjdk-8-jre unzip
wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
unzip sdk-tools-linux-4333796.zip -d android-sdk
sudo mv android-sdk /opt/
export ANDROID_SDK_ROOT=/opt/android-sdk