Closed tstkenny closed 7 years ago
Hi, I tried to build this project in both platforms but no luck.
npm install returns quite some dependencies error like whatwg-fetch is now required by jest which leads to needing react 15.4.1, etc.
After fixing all those errors, react-native run-android returns error: :app:generateDebugBuildConfig FAILED
FAILURE: Build failed with an exception.
Failed to create C:\rn\movieapp\android\app\build\generated\source\buildConfig\debug\com\movieapp
I am doing this under windows cmd, administrator mode already.
Really want to try this project out. Kindly help if you can spare some. Thank you!
make sure you installed required SDK platforms. try android --clean-cache and run again
android --clean-cache
Hi, I tried to build this project in both platforms but no luck.
npm install returns quite some dependencies error like whatwg-fetch is now required by jest which leads to needing react 15.4.1, etc.
After fixing all those errors, react-native run-android returns error: :app:generateDebugBuildConfig FAILED
FAILURE: Build failed with an exception.
I am doing this under windows cmd, administrator mode already.
Really want to try this project out. Kindly help if you can spare some. Thank you!