Unable to add my library to JCenter - android

Hi I am working on one library just for my learning purpose. I am trying to publish it on JCenter. I have followed all the steps of this tutorial https://medium.com/#daniellevass/how-to-publish-your-android-studio-library-to-jcenter-5384172c4739#.fdsjj7qku
I am unable to add to JCenter my library, there is no text of "Add to JCenter" is being shown to me. Can anyone suggest what could be the problem ?
Expected state:
Current state:

You won't be able to link your library if you are using a Trial account, as linking to jcenter is permanent...
Many people have this problem, as you can see here:
Bintray link to jcenter missing
And here:
there is no "add to jcenter" button in "https://bintray.com"
But not to worry... Just create a OSS account and you will be able to link your Open Source libraries.

Related

Button Link library in Bintray to jCenter not available

Could you please help me how to Link Bintray Library to jCenter.
I research a lot and found that we have to be an OSS or Premium account to Update. I also create an Issue on https://issues.sonatype.org/browse/OSSRH-36683 and also get a response.
I also config the OSS account link into bintray account but couldn't see Link To jCenter button.
Library URL: https://bintray.com/khangtran/maven/preferences-helper
Below a screenshot, could you please take a look and guide me what wrong with my configuration.
Finally, I found the problem is my Account is Trial Account, so I delete it and re-create it with the "oss" and then setups project the same with the previous and I can add it to jCenter.

Add Google Licensing Validation (LVL) Check in an Application made with Appcelerator

I've been trying to attach the Google Licensing Validation Check (https://developer.android.com/google/play/licensing/setting-up.html) to my application made with Appcelerator. I found a GIT repository (https://github.com/eric-sofisoftwarellc/TiLicensing) that was supposed to contain a module that would do the job, but there is no .ZIP file in there, so the instructions are either incomplete or unclear.
I have tried to add the source files into the "modules" folder of my application, but it displays this error:
ti:/module.js:280: Uncaught Error: Requested module not found: com.sofisoftwarellc.licensechecker.
I also found this question (How to add Google Play license into an android application created with Appcelerator?), that redirected me to the same repository in the end.
Does someone have the .zip file that is specified in the instructions of the GIT repository or has someone ever made it work? I've tried building the module with Appcelerator Studio, but it did not work.
Could someone please help me? Thanks in advance.
If you want to use it in a Titanum SDK 6+ project you have to recompile the module because it was created 2 years ago. But that won't work that easily because it is using some legacy classes (org.apache.http) so you have to change the module in order to get it to work, sorry.

Android Studio can't find dependency

I pushed an .aar artifact to Jcenter repository through bintray and gradle. I followed this tutorial step by step, the only thing I did different was I didn't give the correct Github repository link because the git repository is private. Now I am stuck at step 16. After I pushed my artifact file. I tried to follow the step 16 however that option isn't working in Bintray website. I tried to access my artifact as a dependency in another project but gradle can't find it and gives "Failed to resolve com.wingoku.tickers:1.0.0". What am I doing wrong?
Best Regards
EDIT:
I clicked on Add To JCenter last night and clicked the checkbox and provided my Groupid and it said "Message sent to bintray". Still When I click on Add to jcenter it asks me the same thing. And I still can't follow step 16 because MavenControl is still no clickable.
Your request for inclusion to JCenter is still pending or was rejected. My best guess will be that's because you don't have correct GitHub repository link. The free service in Bintray is for OSS projects only and providing the source control link is a mandatory requirement.

Red Exclamation Mark appeared when I add google play services lib

I am using GCM in my project for push notifiaction, but when I added google play service library into my project after importing this, A red exclamation mark appeared in my project, I already have seen different question and answers regarding this problem when I saw my build path of project there is cross sign on Android dependencies folder please help me,
You are supposed to import the whole google play project and use it as a library project for your own project, not just the jar. Try Google's guide again.
Check to see if your google play lib looks like this:
That means the jar is not available in bin directory...check manually that the jar is available or not in that directory..

How to create apklib for a project in android

I have a question that I want to make an apklib file for an facebook sdk. But I don't know how to create that but I need to use Facebook Sdk via Maven Repository, how this can be achieved? Please help me out about this problem.
If you are familiar with Maven and want to use it, maven-android-plugin has a sample project you can start with, check out LibraryProjects at here, you need download the 2.9.0-beta one.

Categories

Resources