Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

i got this error: Warning:Gradle version 2.10 is required

Tags:

android

I got this weird error.

Warning:Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in D:\RaymondAndroidProjects\testPaypal\gradle\wrapper\gradle-wrapper.properties to gradle-2.10-all.zip

like image 494
Raymond Seger Avatar asked Jan 15 '16 06:01

Raymond Seger


People also ask

Which Gradle version is compatible with Java 11?

application'. > Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. You can try some of the following options: - changing the IDE settings.


1 Answers

Go to File > Settings > Build, Execution, Deployment > Build Tools > Gradle.
Choose Use default gradle wrapper

like image 99
Phuc Vuong Avatar answered Oct 14 '22 14:10

Phuc Vuong