Reputation: 10815
Aim & Problem: Add Gradle Library to Android Project In Eclipse
My Gradle library
When i try to add the gradle library the gradle library isn't on the list
Upvotes: 2
Views: 3011
Reputation: 690
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.
Upvotes: 0
Reputation: 63912
I think you should configure multi-module gradle project build
That is you should solve the problem using gradle, not with Eclipse plugins.
Upvotes: 2