Last active
February 13, 2017 11:27
-
-
Save jamiecollinson/0b4955b92f6321c7419dba60246b33e2 to your computer and use it in GitHub Desktop.
Installing React Native Android SDK deps via CLI
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
android list sdk --all | |
android update sdk -u -a -t 11,34,74,75,77,164 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know if those numbers are stable - looks like new versions are added to the start of the list...