Skip to content

Instantly share code, notes, and snippets.

@khoazany
Created May 22, 2016 08:36
Show Gist options
  • Save khoazany/3961fec102446b3ac1c44a8343c82c6f to your computer and use it in GitHub Desktop.
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
# 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