Monday, May 30, 2016

[Android][Resolved] Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in ...

Full error message :

Error:(12, 1) A problem occurred evaluating project ':Application'.
> Failed to apply plugin [id 'com.android.application']
   > Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in C:\Users\xxx\Downloads\Memeify-Starter1\ActionBarCompat-Styled\gradle\wrapper\gradle-wrapper.properties to gradle-2.10-all.zip

Step 1

Choose "File" and then "Settings":

Step 2  

Select "Build, Execution, Deployment"-> Build Tools-> Gradle-> Experimental at left panel, and then select "Use default gradle wrapper (recommended)" intend of "Use local gradle distribution" at right hand-side, click "OK".

 Step 3

Run your project again:

Reference:

No comments :

Post a Comment