Gradle Refresh Failing
Answered
I am running IntelliJ IDEA ULTIMATE 2017.2 with JDK 1.8 on a MAC OS X El Capitan
Imported a normal gradle webapp project into Intellij, but gradle refresh is failing with a error saying "Could not determine the class-path for intefrace com.android.builder.model.AndroidProject"
Its a simple gradle project which my other team members are able to import but only on my machine its throwing this error. Never installed Android on this machine but its throwing this error.
Please help

Please sign in to leave a comment.
Please see https://youtrack.jetbrains.com/issue/IDEA-176258.
Disable Android plug-in as a workaround: http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
That worked like a charm. Thank your Serge