Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error:Configuration with name 'default' not found. #53

Open
wenhuix opened this issue May 13, 2017 · 2 comments
Open

Error:Configuration with name 'default' not found. #53

wenhuix opened this issue May 13, 2017 · 2 comments

Comments

@wenhuix
Copy link

wenhuix commented May 13, 2017

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 ?

@thekevinbrown
Copy link
Contributor

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.

@hopeMing
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants