FabianTe commented on issue #623: Java version check does not print detected version to console URL: https://github.com/apache/cordova-android/issues/623#issuecomment-455303321 Well, I could rewrite it to display "Checking your Java and Android SDK version". Printing the ENV variable isn't correct. Looks like in my case, there was more to it, i fixed my error: As mentioned above I have Java 11 and 8 installed. What I just now found was, that I hat a `PATH` ENV entry pointing to my Java 11 installation. In some way this ended up in the called function, not my `JAVA_HOME` ENV variable. Figuring this out will take a while, but isn't related to this issue.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
