Created
August 29, 2018 16:27
-
-
Save rgaufman/62ed84881910680895bac5bd560b86fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✗ ./gradlew assembleRelease | |
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details | |
> Configure project :app | |
google-services plugin could not detect any version for com.google.android.gms or com.google.firebase, default version: 9.0.0 will be used. | |
please apply google-services plugin at the bottom of the build file. | |
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation'. | |
It will be removed at the end of 2018 | |
Project evaluation failed including an error in afterEvaluate {}. Run with --stacktrace for details of the afterEvaluate {} error. | |
FAILURE: Build failed with an exception. | |
* Where: | |
Build file '/Users/hackeron/Dropbox/Development/Xanview/xanview-android/android/app/build.gradle' line: 69 | |
* What went wrong: | |
A problem occurred evaluating project ':app'. | |
> Could not read script '/Users/hackeron/Dropbox/Development/Xanview/xanview-android/node_modules/react-native/react.gradle' as it does not exist. | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. | |
* Get more help at https://help.gradle.org | |
BUILD FAILED in 9s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment