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/08/01 12:23:26 UTC

[GitHub] [cordova-android] breautek commented on issue #797: Unable to build/run cordova android 8.0.0

breautek commented on issue #797: Unable to build/run cordova android 8.0.0
URL: https://github.com/apache/cordova-android/issues/797#issuecomment-517263369
 
 
   @CleatonPais Well that's interesting. Something about your `gradlew` is really messed up. You should be seeing something similar to below:
   
   ```
   ------------------------------------------------------------
   Gradle 4.10.3
   ------------------------------------------------------------
   
   Build time:   2018-12-05 00:50:54 UTC
   Revision:     e76905e3a1034e6f724566aeb985621347ff43bc
   
   Kotlin DSL:   1.0-rc-6
   Kotlin:       1.2.61
   Groovy:       2.4.15
   Ant:          Apache Ant(TM) version 1.9.11 compiled on March 23 2018
   JVM:          1.8.0_222 (Private Build 25.222-b10)
   OS:           Linux 4.15.0-55-generic amd64
   ```
   
   This is part of the Android SDK environment, so I think you're going to have to double check that your environment is installed properly. After you double check everything, you may have to unininstall & reinstall the `cordova-android` platform. I'll post some details about my Android SDK environment below, just in case they are helpful.
   
   ```
   Android Studio 3.4.2
   Android SDK Platform 28 (Note that platform 29 is not officially supported by Cordova yet, but it will **probably** still work)
   Android SDK Build-Tools 28.0.3 (Cordova-android@8 will be looking for this version specifically)
   Android SDK Platform-Tools 29.0.1
   Android SDK Tools 26.1.1
   openjdk version "1.8.0_222" (I'm using openjdk because I'm on linux, but Oracle Java should work just fine as well, as long as it is Java 8)
   ```
   
   Note that if you use the Android Studio SDK Manager GUI, you may have to uncheck `Hide Obsolete Packages` and check `Show Package Details` to see older versions. 

----------------------------------------------------------------
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