Skip to content Skip to sidebar Skip to footer

How Can I Add A Gradle Library To Android Project In Eclipse?

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

Solution 1:

I think you should configure multi-module gradle project build

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

Solution 2:

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.

Post a Comment for "How Can I Add A Gradle Library To Android Project In Eclipse?"