React native build error : Command failed with exit code 9009: gradlew.bat app:installDebug -x lint -PreactNativeDevServerPort=8081
I cloned a React Native project and I try to run the command yarn run android or adb reverse tcp:8081 tcp:8081 & set NODE_ENV=development & react-native run-android --list-devices --verbose But I keep getting the following error error Failed to build…