Skip to content

Instantly share code, notes, and snippets.

@hungdev
Last active March 20, 2018 12:41
Show Gist options
  • Save hungdev/06b471e5c800c117a2c10c8ac752ba6b to your computer and use it in GitHub Desktop.
Save hungdev/06b471e5c800c117a2c10c8ac752ba6b to your computer and use it in GitHub Desktop.
Configuration with name 'default' not found.
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.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
reason:
case1: not config lib in android... as run react-native link [library name]
case2: after pull code you dont run npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment