Skip to content

Instantly share code, notes, and snippets.

@jadeye
Created August 19, 2017 11:52
Show Gist options
  • Save jadeye/49ccaa20ece1d9b2e77139112354d1db to your computer and use it in GitHub Desktop.
Save jadeye/49ccaa20ece1d9b2e77139112354d1db to your computer and use it in GitHub Desktop.
/usr/local/bin/cordova run --target=23a611a9 android --debug
ANDROID_HOME=/opt/android-sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Subproject Path: CordovaLib
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_6gn0nn5raq2dj2zo0qm7tnuqs.run(/home/jadeye/cordova/hello/platforms/android/build.gradle:137)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> java.lang.NullPointerException (no error message)
* 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.074 secs
Error: /home/jadeye/cordova/hello/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> java.lang.NullPointerException (no error message)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment