For Ecipse ?
aliansari-powerfulpal opened this issue · 2 comments
aliansari-powerfulpal commented
How can I add this in my eclipse project ?
rahatarmanahmed commented
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
rahatarmanahmed commented
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.