Hi, I'm just starting to build a project using react-native-obd. I've just run:
react-native init obd
cd obd
npm install --save react-native-obd2
react-native link react-native-obd2
react-native run-android
and I got a build failure error:
Could not resolve all dependencies for configuration ':app:_debugApk'.
A problem occurred configuring project ':react-native-obd2'.
> The SDK Build Tools revision (23.0.1) is too low for project ':react-native-obd2'. Minimum required is 25.0.0
I'm using:
react-native-cli: 2.0.1
react-native: 0.56.0
nodejs version v9.5.0
Thanks
Renato