Hey everyone,
For a while now I've had 0 issue building projects with phonegap, but it appears as of late, all my builds are failing, and I can't quite figure out why. I'm looking through the logs of the build and seeing this:
While I can see what it's trying to say, I don't quite see how any of this is fixible inside alpha.
Any help would be really appreciated
Thanks!
For a while now I've had 0 issue building projects with phonegap, but it appears as of late, all my builds are failing, and I can't quite figure out why. I'm looking through the logs of the build and seeing this:
Code:
Subproject Path: CordovaLib Running command: /project/gradlew cdvBuildDebug -b /project/build.gradle -Dorg.gradle.daemon=true -Dorg.gradle.jvmargs=-Xmx2048m -Pandroid.useDeprecatedNdk=true The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead. at build_dtfv34ozxsan19colc57gl3lg.run(/project/build.gradle:138) FAILURE: Build failed with an exception. * Where: Build file '/project/build.gradle' line: 253 * What went wrong: A problem occurred evaluating root project 'project'. > Could not get unknown property 'GMS_VERSION' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 1.282 secs Command finished with error code 1: /project/gradlew cdvBuildDebug,-b,/project/build.gradle,-Dorg.gradle.daemon=true,-Dorg.gradle.jvmargs=-Xmx2048m,-Pandroid.useDeprecatedNdk=true Error: /project/gradlew: Command failed with exit code 1 Error output: FAILURE: Build failed with an exception. * Where: Build file '/project/build.gradle' line: 253 * What went wrong: A problem occurred evaluating root project 'project'. > Could not get unknown property 'GMS_VERSION' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. at ChildProcess.whenDone (/project/cordova/node_modules/cordova-common/src/superspawn.js:169:23) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at maybeClose (internal/child_process.js:877:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
Any help would be really appreciated
Thanks!
Comment