Skip to content

Instantly share code, notes, and snippets.

@Dayof
Created December 26, 2017 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dayof/da8996105f49c7c563e068cee8355574 to your computer and use it in GitHub Desktop.
Save Dayof/da8996105f49c7c563e068cee8355574 to your computer and use it in GitHub Desktop.
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_euu5pnsa7fck21pfytg8cfa2j.run(/Users/dayannefernandes/GitHub/voc-dev/tictactoe-voc/android/build.gradle:11)
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> Failed to notify project evaluation listener.
> SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
> Could not get unknown property 'packageDebug' for root project 'android' of type org.gradle.api.Project.
* 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: 2.278 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment