Skip to content

Instantly share code, notes, and snippets.

@jamiecollinson
Last active February 13, 2017 11:27
Show Gist options
  • Save jamiecollinson/0b4955b92f6321c7419dba60246b33e2 to your computer and use it in GitHub Desktop.
Save jamiecollinson/0b4955b92f6321c7419dba60246b33e2 to your computer and use it in GitHub Desktop.
Installing React Native Android SDK deps via CLI
android list sdk --all
android update sdk -u -a -t 11,34,74,75,77,164
@jamiecollinson
Copy link
Author

I don't know if those numbers are stable - looks like new versions are added to the start of the list...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment