Created
May 22, 2016 08:36
-
-
Save khoazany/3961fec102446b3ac1c44a8343c82c6f to your computer and use it in GitHub Desktop.
Solve "failed to find Build Tools revision x.xx" when running React Native app on Android
This file contains 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
# Find the corresponding Build Tools version on the list | |
android list sdk -a | |
# Install the right version | |
android update sdk -a -u -t 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment