and my RN version is
{
"name": "test1",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"native-base": "^2.7.2",
"react": "16.4.1",
"react-native": "0.55.2",
"react-native-clean-form": "^0.5.0",
"react-native-cookies": "^3.3.0",
"react-native-easy-grid": "^0.2.0",
"react-native-image-crop-picker": "^0.20.3",
"react-native-workers": "^0.3.1",
"react-navigation": "^2.9.3"
},
"devDependencies": {
"babel-jest": "23.4.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.4.1",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}
error ;
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-workers'.
> The SDK Build Tools revision (23.0.1) is too low for project ':react-native-workers'. 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: 8.979 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/getting-started.html