Created
September 12, 2013 19:14
-
-
Save tomelm/6542467 to your computer and use it in GitHub Desktop.
getting android command line generating
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
Notes to get Android generating from command line: | |
Download and install the appropriate SDK tools for your OS from here: http://developer.android.com/sdk/index.html. Make sure to download what's under SDK tools only. | |
After this is downloaded: | |
1. unzip it into a place where it never moves | |
2. update your path to include it | |
3. cd into that directory and run ``android update sdk -u --filter platform-tools,android-18,extra-android-support`` | |
4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment