赞
踩
cd .repo/manifests
git branch -a |cut -d / -f 3
部分输入如下:
......
android-9.0.0_r22
android-9.0.0_r3
android-9.0.0_r30
android-9.0.0_r31
android-9.0.0_r32
android-9.0.0_r33
android-9.0.0_r34
android-9.0.0_r35
android-9.0.0_r36
......
以android-9.0.0_r3
版本为例,执行以下命令:
repo init -b android-9.0.0_r3
# 本地是最新代码可以不用同步repo syncrepo start android-9.0.0_r3 --all
# 查看当前的分支
repo branches
error: in `start android-9.0.0_r3 --all`: [Errno 2] No such file or directory:
u'/work/android/aosp/device/google/accessory/arduino/.git/HEAD'error: manifest missing or
unreadable -- please run init
代码不是最新,输入repo sync
解决
GitError: --force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the
possibility of losing the work tree's git metadata, use `repo sync --force-sync device/generic/mini-
emulator-mips` to proceed.
同步失败,依次输入:
repo sync --force-sync device/generic/mini-emulator-mipsrepo sync
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。