
Want to use a GitHub library in your project? Follow the simple steps explained in the ‘Building with JitPack’ section.įor issues and enhancements, please use the JitPack GitHub repository. In case your project is already on GitHub, JitPack makes sure it can be built by anyone. All you need to do is push your project to GitHub and JitPack will take care of the rest. If you want your library to be available to the world, there is no need to go through project build and upload steps.

It builds Git projects on demand and provides you with ready-to-use artifacts (jar, aar). Apply the settings.JitPack is a novel package repository for JVM and Android projects.

Android Studio settings > Plugins pageĭownload the git version control system from this link and setup.Setup the Github plugins in the Android Studio settings This time I'll explain it briefly.Īndroid studio is compatible with github but you need adjust something: Online Users need to enable "alternate authentication credentials" asįirst time I have added a video link for solving your problem but I learned it was a bad idea. Then enter the credentials for the repository and click 'Ok'.(Visual Studio When committed will be prompt to define the remote repository.There you can In the prompt window select "commit and push"Īfter analyzing code android studio will prompt to review or commit code Open the Version Control windows (Next to terminal window) > Click commit VCS (main menu) > Enable Version Control Integration > Select GIT


Note: If you are using GitHub 'Share on GitHub' is the easiest option as stated in other answers.įile (main menu) > Settings > Search for GitHub IntegrationĮnable Version Control Integration for The Project Following method is a generic way of pushing an Android Studio project to a GIT based repository solely using GUI.This has been tested with a GIT repository hosted in Visual Studio Online and should virtually work with GitHub or any other GIT based version control provider.
