美文网首页
关于AOSP下载问题

关于AOSP下载问题

作者: Eric_Y15 | 来源:发表于2020-03-18 11:00 被阅读0次

    目前下载清华的AOSP代码总出现问题, 有一个可行的方法就是下载最新的月更新tar包:
    请参考:https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/

    wget https://mirrors.tuna.tsinghua.edu.cn/aosp-monthly/aosp-latest.tar

    tar xf aosp-latest.tar
    repo sync
    清华源的打包方式是没法在一开始就指定分支的, 所以需要切换:

    在.repo/manifests文件夹下切分支,在该文件下使用
    git branch -a
    即可看到所有的分支信息,使用
    git checkout <分支>
    切换到对应的分支即可,切换完后返回工作目录重新repo sync 一遍。

    相关文章

      网友评论

          本文标题:关于AOSP下载问题

          本文链接:https://www.haomeiwen.com/subject/mmlqyhtx.html