janpio opened a new issue #670: Android environment variables URL: https://github.com/apache/cordova-android/issues/670 Hey @brodybits, check out the output of running `cordova build android` on a brand new machine where I just installed Android Studio: ``` E:\Projects\throwaway\cordovaAndroid8Test ([email protected]) λ cordova platform list Installed platforms: android 8.0.0 Available platforms: browser ~5.0.1 ios ~4.5.4 osx ~4.0.1 windows ~6.0.0 E:\Projects\throwaway\cordovaAndroid8Test ([email protected]) λ cordova build android Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=C:\Users\Jan\AppData\Local\Android\sdk (DEPRECATED) Starting a Gradle Daemon (subsequent builds will be faster) ... ``` Strange that this set `ANDROID_HOME`, and not `ANDROID_SDK_ROOT`, isn't it?
---------------------------------------------------------------- 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]
