[Android] Anreoid repo 切换分支

Posted atom blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Android] Anreoid repo 切换分支相关的知识,希望对你有一定的参考价值。

reference : http://blog.csdn.net/lihui130135/article/details/40858885

如果已经有android仓库但是还不是最新的,想切换到AndroidL分支分支
(1).cd .repo/manfiests && git branch -a | cut -d / -f 3
android-4.4.4_r2.0.1
android-4.4_r1
android-4.4_r1.0.1
android-4.4_r1.1
android-4.4_r1.1.0.1
android-4.4_r1.2
android-4.4_r1.2.0.1
android-4.4w_r1
android-5.0.0_r1
android-5.0.0_r2
(2).根据上面列表的选取android-5.0.0_r2 
repo init -b android-5.0.0_r2
(3). repo sync
(4).全部切换到android-5.0.0_r2分支
repo start android-5.0.0_r2 --all
(5). repo branches
*  android-5.0.0_r2          | in all projects
(6).cd external/jsmn && git branch
* android-5.0.0_r2

以上是关于[Android] Anreoid repo 切换分支的主要内容,如果未能解决你的问题,请参考以下文章

创建Android本地repo

Android repo 学习参考

Android源码下载repo以及repo init总结

Android源码下载repo以及repo init总结

Ubuntu下搭建repo服务器: 搭建Android repo服务器

Android源代码下载过程中无法下载repo的解决方法