Skip to content Skip to sidebar Skip to footer

Publish My Android Aar To Jcenter

I want to upload my android aar to the bintray.I reafer to this ,but when I execute the cmd #gradlew bintrayUpload,the cmd show error message,and my gradle file as follow: bintray

Solution 1:

Please look at one of the following threads: HTTP/1.1 401 Unauthorized when uploading binary on bintrayTrouble Publishing Android Studio Library on jCenter with Bintray

You might be missing the userOrg parameter. It depends on if your maven repo resides under your organization or user.

Post a Comment for "Publish My Android Aar To Jcenter"