Codementor Events

How to add a Git Android library project as a sub-module

Published Apr 13, 2019

The best way to reuse code is to make it as a library. Sometimes you need to develop the library and the applications in parallel, in these situation the library might get changes and additions from multiple projects and we need to manage them, and the best way to manage the code is to use git and submodules.

Here i am going to show you how to add a android library project as a submodule to an Android application project, and both being maintained by git.

Prerequisite:
An Android Library project under a repository (Git / BitBucket)

please visit the below tutorial @
“How to add a Git Android library project as a sub-module” by Deepak Pk https://link.medium.com/N6DUHQWeQV

Discover and read more posts from Deepak PK
get started