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
Post a Comment for "Error Gradle Version 2.10"