You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/30 11:55:56 UTC

[GitHub] [cordova-android] CleatonPais opened a new issue #797: Unable to build/run cordova android 8.0.0

CleatonPais opened a new issue #797: Unable to build/run cordova android 8.0.0
URL: https://github.com/apache/cordova-android/issues/797
 
 
   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   the basic application should be built and run, irrespective if an android phone is connected to the computer
   
   
   ### What does actually happen?
   This error is encountered when the application is built or run
   
   E:\cordova\plugin\teller>cordova run android
   Checking Java JDK and Android SDK versions
   ANDROID_SDK_ROOT=undefined (recommended setting)
   ANDROID_HOME=C:\Users\Cleaton\AppData\Local\Android\Sdk (DEPRECATED)
   Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
   
   BUILD SUCCESSFUL in 19s
   1 actionable task: 1 executed
   Subproject Path: CordovaLib
   Subproject Path: app
   Exception in thread "main" java.lang.NullPointerException
           at org.gradle.wrapper.BootstrapMainStarter.findLauncherJar(BootstrapMainStarter.java:38)
           at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:26)
           at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:108)
           at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:62)
   E:\cordova\plugin\teller\platforms\android\gradlew: Command failed with exit code 1 Error output:
   Exception in thread "main" java.lang.NullPointerException
           at org.gradle.wrapper.BootstrapMainStarter.findLauncherJar(BootstrapMainStarter.java:38)
           at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:26)
           at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:108)
           at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:62)
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   Steps to reproduce
   1) Create new Cordova application
   2) Add android platform version 8.0.0
   3) Run/Build application
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Cordova - 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms - android 8.0.0
   OS - Windows 10
   Android Studio 3.4.2 
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x ] I searched for existing GitHub issues
   - [x ] I updated all Cordova tooling to most recent version
   - [x ] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org