SyntaxFix
Write A Post
Hire A Developer
Questions
First, please check you have include eclipse gradle plugin. apply plugin : 'eclipse' Then go to your project directory in Terminal. Type gradle clean and then gradle eclipse. Then go to project in eclipse and refresh the project.
apply plugin : 'eclipse'
gradle clean
gradle eclipse