如何将git上的项目包含到新的android项目中

时间:2015-08-14 05:17:31

标签: android git

如何将现有项目包含到我的Android应用程序中。 以下是我想要使用的那个:

https://github.com/dhis2/dhis2-android-sdk

1 个答案:

答案 0 :(得分:1)

您应该可以将项目添加为Android应用程序仓库的子模块 例如,请参阅stroke-dashoffset

cd C:\Users\USER\AndroidStudioProjects\ProjectName
git submodule add https://github.com/dhis2/dhis2-android-sdk
  

文件结构:

ProjectName
    app
    dhis2-android-sdk