Skip to content

Instantly share code, notes, and snippets.

@tomelm
Created September 12, 2013 19:14
Show Gist options
  • Save tomelm/6542467 to your computer and use it in GitHub Desktop.
Save tomelm/6542467 to your computer and use it in GitHub Desktop.
getting android command line generating
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