Skip to content

Instantly share code, notes, and snippets.

View rootmonty's full-sized avatar
🎯
Focusing

Shreyansh Sharma rootmonty

🎯
Focusing
  • Guwahati
View GitHub Profile
@rootmonty
rootmonty / Android-Emulator-on-AWS-EC2.md
Created December 13, 2019 04:10 — 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