Update my gradle dependencies in eclipse

前端 未结 5 1480
时光取名叫无心
时光取名叫无心 2020-11-30 00:11

I have a simple gradle project in my eclipse. I update the build.gradle to include a few apache http jars...

dependencies {
    compile group: \'commons-coll         


        
5条回答
  •  旧巷少年郎
    2020-11-30 00:59

    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.

提交回复
热议问题