2

Aim & Problem: Add Gradle Library to Android Project In Eclipse

My Gradle library

enter image description here

When i try to add the gradle library the gradle library isn't on the list

enter image description here

TooCool
  • 10,598
  • 15
  • 60
  • 85

2 Answers2

2

I think you should configure multi-module gradle project build

That is you should solve the problem using gradle, not with Eclipse plugins.

Community
  • 1
  • 1
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
0

Firstly, you'd better do learn how to Importing gradle project to eclipse. Importing gradle project to eclipse Then gradle library will exists on your list.

Community
  • 1
  • 1
BinqiangSun
  • 680
  • 6
  • 15