Skip to content

Instantly share code, notes, and snippets.

@vsetka
Last active January 26, 2019 16:35
Show Gist options
  • Save vsetka/064c6fa8daadf6e5130bf772644a09ed to your computer and use it in GitHub Desktop.
Save vsetka/064c6fa8daadf6e5130bf772644a09ed to your computer and use it in GitHub Desktop.
Android Emulator Setup (using cli sdk tools only)
sdkmanager "system-images;android-19;google_apis;x86"
avdmanager create avd -n Emulator-Api19-Google -k "system-images;android-19;google_apis;x86"
# select no custom hardware profile and then run the emulator from the /tools directory within the android-sdk dir
./emulator -avd Emulator-Api19-Google
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment