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

Cool
  • 10,754
  • 14
  • 59
  • 81

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
  • 55,983
  • 44
  • 191
  • 313
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