Skip to content Skip to sidebar Skip to footer

Error Gradle Version 2.10

I got and error with Android studio 2.0 preview 4 Error:(1, 1) A problem occurred evaluating project ':app'. Failed to apply plugin [id 'com.android.application'] Gradle version

Solution 1:

Go to File->Settings... Menu "Build,Execution,Deployment"->"Build Tools"->"Gradle" And Check "Use default gradle wrapper (recommended)"

You can also click CTRL+ALT+S to open the settings menu. If you can't find the gradle section, just seach "gradle" in the search text box situated on the top of the settings window

enter image description here

enter image description here

Solution 2:

Right click your project, click "Open Module Settings"

enter image description here

Then Click "Project" and set Gradle version to 2.10

enter image description here

Gradle will now build with Gradle 2.10

Post a Comment for "Error Gradle Version 2.10"