I'm new in Cordova and Android. I work on MAC OS Mavericks
I install Android Studio (1.0) than I create my project and import it into Android Studio. I get this error in the console : Gradle version 1.10 is required. Current version is 2.2.1 ...
I rood a lot of stack post but nothing work.
I try to change the gradle-wrapper properties to https://services.gradle.org/distributions/gradle-1.1-all.zip but I get other errors.
Error:Unable to load class 'org.gradle.internal.reflect.Instantiator'.
Possible causes for this unexpected error include:<ul><li>Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
<a href="syncProject">Re-download dependencies and sync project (requires network)</a></li><li>The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
<a href="stopGradleDaemons">Stop Gradle build processes (requires restart)</a></li></ul>In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
I also read this post Gradle version 1.10 is required. Current version is 2.0
Any help would be appreciate.