YoannRu commented on issue #1477: URL: https://github.com/apache/cordova-android/issues/1477#issuecomment-1220815397
I created a new cordova project with `cordova create testapp`. And during the build I got this error : ``` Checking Java JDK and Android SDK versions ANDROID_HOME=undefined (recommended setting) ANDROID_SDK_ROOT=undefined(DEPRECATED) Using Android SDK: undefined Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio ``` So i run : ` brew install gradle` And that's work (now i have other error related to android:exported & oneSignal plugin 😅). I don't understand why Android Studio doesn't install gradle. Thank you so much for your help and time. Best regards -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
