Can't add my library to JCenter

Hi I am working on one library just for my learning purpose. I am trying to post it to JCenter. I followed all the steps in this tutorial https://medium.com/@daniellevass/how-to-publish-your-android-studio-library-to-jcenter-5384172c4739#.fdsjj7qku

I cannot add my library to JCenter, the text "Add to JCenter" is not shown to me. Can anyone suggest what the problem might be?

Expected state:

Expected state

Current state:

Current state

+3


source to share


1 answer


You won't be able to link your library if you are using a trial account as the linking to jcenter is persistent ...

A lot of people have this problem, as you can see here:

Bintray link to jcenter is missing



And here:

no "add to jcenter". at https://bintray.com "

But don't worry ... just create an OSS account and you can link your open source libraries.

+2


source







All Articles