Reference too https://github.com/ionic-team/ionic-cli/issues/2835
As per my case `$ which gradle ` shows to /usr/local/bin/gradle but
the cordova execution refers to Android Studio' gradle.
Hope it help ^^
cordova build --verbose android
helps identifying a necessary
is the solution. It will shows which gradle being used.As per my case `$ which gradle ` shows to /usr/local/bin/gradle but
the cordova execution refers to Android Studio' gradle.
Hope it help ^^
Comments