Last active
January 26, 2019 16:35
-
-
Save vsetka/064c6fa8daadf6e5130bf772644a09ed to your computer and use it in GitHub Desktop.
Android Emulator Setup (using cli sdk tools only)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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