I installed Apache Cordova on my pc and everything is fine but...
when i try to build every project... (in Command Line Interface) cordova is trying to download Gradle...
Command Prompt Output :
ANDROID_HOME=C:\Android\sdk
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_92
Downloading http://services.gradle.org/distributions/gradle-2.2.1-all.zip
but i already installed gradle and added it to system path variables...
Note : I can import project into android studio and build it..
I just need to sync mine Gradle to ApacheCordova and build it
Thanks