Created
November 15, 2016 02:23
-
-
Save femontanha/9d26466e84534cf0da390f23180738b4 to your computer and use it in GitHub Desktop.
Android Path
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
#Download | |
https://developer.android.com/studio/index.html#downloads | |
https://dl.google.com/android/android-sdk_r24.4.1-macosx.zip | |
export ANDROID_HOME=$HOME/android-sdk | |
export PATH=$PATH:ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/add-ons | |
Download Emulator | |
# SET Emulator | |
./android create avd -n android-23 -t 1 -b default/x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment