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 库。

相关推荐
MUTA️1 小时前
Git的使用(程序猿必会)
github
安卓理事人6 小时前
安卓LinkedBlockingQueue消息队列
android
万能的小裴同学7 小时前
Android M3U8视频播放器
android·音视频
q***57747 小时前
MySql的慢查询(慢日志)
android·mysql·adb
算家云8 小时前
基于GitHub Actions与算力平台API:构建端到端的模型自动训练与部署流水线
github·模型部署·算家云·租算力,到算家云·算力平台
JavaNoober8 小时前
Android 前台服务 "Bad Notification" 崩溃机制分析文档
android
无限进步_8 小时前
C语言动态内存的二维抽象:用malloc实现灵活的多维数组
c语言·开发语言·数据结构·git·算法·github·visual studio
王六岁8 小时前
UIAutomatorViewer 安装指南 (macOS m3pro 芯片)
android studio
城东米粉儿9 小时前
关于ObjectAnimator
android
zhangphil9 小时前
Android渲染线程Render Thread的RenderNode与DisplayList,引用Bitmap及Open GL纹理上传GPU
android