react native build error Task :react-native-fetch-blob:compileDebugJavaWithJavac FAILED
I’m trying to run a fresh react native v0.72.14 project using "react-native-fetch-blob": "^0.10.8"
as part of the dependency. When I try to run npx react-native run-android
or ./gradlew build
in android folder, I got these error messages, anyone have similar issues or know how to fix this problem?