Created
November 30, 2016 10:23
-
-
Save bora89/8c8ad264c844f7d9126e21921963111d to your computer and use it in GitHub Desktop.
androind vitrual device
android sdk
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
| #add to .bash_profile | |
| export PATH=${PATH}:/Users/{username}/Library/Android/sdk/platform-tools:/Users/{username}/Library/Android/sdk/tools/:/Users/alexander/Library/Android/sdk/build-tools/25.0.0/ | |
| # invoke android sdk manager | |
| android sdk | |
| # invoke android virtual device manager | |
| android avd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment