Re: cordova-android and java requirement

2019-12-09 Thread julio cesar sanchez
Looks like gradlew commands try to run java internally, so I think we are good requiring Java 8. El lun., 9 dic. 2019 a las 18:21, julio cesar sanchez (< jcesarmob...@gmail.com>) escribió: > Just checked the docs and in the Android requirements we tell to install > Android Studio to install the A

Re: cordova-android and java requirement

2019-12-09 Thread julio cesar sanchez
Just checked the docs and in the Android requirements we tell to install Android Studio to install the Android SDK Android SDK > Install Android Studio. Follow the instructions at the linked Android > Developer site to get started. Opening Android Studio for the first time > will guide you through

Re: cordova-android and java requirement

2019-12-09 Thread Norman Breau
Installing JDK yourself will probably be required if you just install the android SDK without installing android studio, so I don't think we should necessary **depend** on android studio, but I think Cordova could be smarter to look for a java install inside android studio. On 2019-12-09 12:01

Re: cordova-android and java requirement

2019-12-09 Thread Norman Breau
Not 100% if it is still required but this is probably a legacy requirement. Android Studio started including the JDK in AS 2.2, which was released in 2016. I just checked my android studio install for linux, and I have a java install location at /jre/ and it is version 1.8.0_152 On 2019-12-0