You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApk'.
> A problem occurred configuring project ':react-native-vector-icons'.
> The SDK Build Tools revision (23.0.1) is too low for project ':react-native-vector-icons'. Minimum required is 25.0.0
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.998 secs
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html
I am getting this error because of buildToolsVersion in this line:
https://github.com/oblador/react-native-vector-icons/blob/master/android/build.gradle#L15
Versions:
after upgrading buildToolsVersion to:
The error was fixed.
Should you guys update this in your repo?
This file is in node_modules, and everyone who npm install will get this error.
This is how my file looks now:
Ps: if it helps, I've reported the same issue here doefler/react-native-social-share#40
The text was updated successfully, but these errors were encountered: