react-conf-app
react-conf-app copied to clipboard
Error:Configuration with name 'default' not found.
When I run
react-native run-android in my cmd, I met a problem:
Incremental java compilation is an incubating feature.
FAILURE: Build failed with an exception.
- What went wrong: A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugApk'. Configuration with name 'default' not found.
Does anybody has the same problem ?
Have you installed the project dependencies with yarn
or npm i
? That sounds like it's unable to find a native module from your node_modules
folder.
Also, the other thing you can try to get more info with is using Android Studio to do a build, which should be more explicit in telling you what went wrong.
Use yarn to install the dependencies. beginning, I Use npm and occur the same error with you . Instead npm with yarn, and the error be @@@resolved