harjot-oberai / Croller

A circular seekbar for Android, with a control knob! (for the lack of a better word).
MIT License
1.23k stars 165 forks source link

Problem while compiling #4

Closed qbai22 closed 7 years ago

qbai22 commented 7 years ago

I cant compile through you guide because of error

Error:Could not GET 'https://dl.bintray.com/sdsmdg/Croller/com/sdsmdg/harjot/croller/1.0.0/croller-1.0.0.pom'. Received status code 403 from server: Forbidden

harjot-oberai commented 7 years ago

Can you please try again. I am able to compile the library in a new project without any issues.

qbai22 commented 7 years ago

error error2

tried again - nothing changes. Even when i click to this link 'https://dl.bintray.com/sdsmdg/Croller/com/sdsmdg/harjot/croller/1.0.0/croller-1.0.0.pom' in my browser i got "Forbidden" signature

harjot-oberai commented 7 years ago

OK, the issue was with my bintray account. I unknowingly chose the "Trial" version instead of the "open source" one. Hopefully it will shifted to an open source account, in a day or two. Till then you can copy the Croller.java from : here and paste it in your main java project directory. Also copy attrs.xml from : here and paste it under /res/values/
Now you can use the library as you like.

harjot-oberai commented 7 years ago

Updated the bintray account 👍 . New instructions added in the README.