rahatarmanahmed/CircularProgressView

For Ecipse ?

aliansari-powerfulpal opened this issue · 2 comments

How can I add this in my eclipse project ?

If your eclipse android project uses gradle, you can include it as a dependency in your gradle build file. I don't really know how to add maven dependencies in Eclipse without gradle, though.

Eclipse's ADT is no longer actively supported, the Android Developer Blog suggests you migrate to Android Studio:
http://android-developers.blogspot.com/2015/06/an-update-on-eclipse-android-developer.html
https://developer.android.com/sdk/installing/migrate.html

You may be able to clone this repo, build it with ./gradlew build, and look in the circularprogressview/build folder and see if it gives you a .jar or .aar you can use.