I created a react-native project now when i want to start it by command 'react-native run-android
', i give an error:
Failed to find Build Tools revision 26.0.3
this is the full error:
I created a react-native project now when i want to start it by command 'react-native run-android
', i give an error:
Failed to find Build Tools revision 26.0.3
this is the full error:
You'll need to ensure that you have the Build Tools version.
Open Android Studio and the SDK Manager can be accessed from the "Welcome to Android Studio" screen. Click on "Configure", then select "SDK Manager".
Select the "SDK Tools" tab and check the box next to "Show Package Details". Look for and expand the "Android SDK Build-Tools" entry, then make sure that 26.0.3
is selected.
Take a look here in the Android section and make sure you've set everything up correctly:
https://facebook.github.io/react-native/docs/getting-started.html
Hope that helps!