Android Studio 的github 工程克隆

上文介绍了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 打开克隆界面

克隆界面如下:

在这个界面里需要输入克隆的网址,这是从下面操作中得到,当然你也可以自己输入,只是这样准确和简单一点。

经过上面操作后,github 的库就到你本地了,你可以checkout 各个版本,也可以修改上传你自己的github 库。

相关推荐
CozyOct16 小时前
⚡️2025-11-11GitHub日榜Top5|Go AI代理开发框架
github
我是好小孩6 小时前
【Android】布局优化:include、merge、ViewStub以及Inflate()源码浅析
android
GISer_Jing7 小时前
2025年Flutter与React Native对比
android·flutter·react native
MasterLi80237 小时前
我的读书清单
android·linux·学习
怪兽20148 小时前
fastjson在kotlin不使用kotlin-reflect库怎么使用?
android·开发语言·kotlin
彭同学学习日志8 小时前
Kotlin Fragment 按钮跳转报错解决:Unresolved reference ‘floatingActionButton‘
android·开发语言·kotlin
Gracker9 小时前
Android Perfetto 系列 9 - CPU 信息解读
android
Gracker9 小时前
Android Perfetto 系列 8:深入理解 Vsync 机制与性能分析
android
Gracker9 小时前
Android Perfetto 系列 07 - MainThread 和 RenderThread 解读
android
Gracker9 小时前
Android Perfetto 系列 5:Android App 基于 Choreographer 的渲染流程
android