上文介绍了Android Studio 里的"Git 建立和简单操作。本文介绍从github 上的工程fork 和clone到本地,然后学习和改进。
本文参考 https://learntodroid.com/how-to-use-git-and-github-in-android-studio/
克隆clone Github 仓库:
先 Fork 你选择的仓库到你的github 仓库。操作如下:
这一步不是必须的,但这样做了比较方便。你可以修改后push 上去。
在你的Android Studio 里,菜单 File-> New-> Project from Version Control 打开克隆界面
克隆界面如下: