在Ubuntu16.04上下载Android10失败

在ubuntu16.04上输入下载Android10 SDK命令反馈错误,无法下载

root@ubuntu:~/WORKING_DIRECTORY# repo init -u https://github.com/khadas/android_manifest.git -b khadas-edge-Qt
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [Errno 110] Connection timed out

@waerrr5614615 请参考此链接。你的问题看似属于A类问题。

用的链接不对, 修改清华源参考如下步骤:

比如要下载Edge android 10.0代码:
$repo init -u https://github.com/khadas/android_manifest.git -b khadas-edge-Qt
$若修改清华源在这一步里
$repo sync -j40
$repo start <BRANCH_NAME> --all
```修改清华源如何修改


同步失败!提示SyntaxError: invalid syntax
如何解决


下载源码问题太困扰人了!我是新手,有打包好的android10/7的SDK包下载地址吗?劳烦提供,非常感谢

@waerrr5614615 请参考此链接。你的问题看似属于A类问题。

https://docs.khadas.com/android/zh-cn/vim3/DownloadAndroidSourceCode.html

请问!在百度网盘上下载的基版本SDK是否需要更新和同步才能编译?基版本代码能直接用到开发板上吗?

不行,详情请查看百度网盘里的README.md文件


这个错误

执行如下命令贴出来看看

cd .repo/manifests
git diff
git log

[quote=“goenjoy, post:12, topic:13992”]
git log
[/quote]um1910@ubuntu:~/aosp/.repo/manifests$ git log
commit 77c0aa8e2b20915e5258d5063a36d5594be07c8f
Author: Elliott Hughes enh@google.com
Date: Fri Jun 25 09:19:10 2021 -0700

Remove Linux gdb from the manifest.

Test: treehugger
Change-Id: If681249fc1a17c98e966dbb362ecbdec873e5e20

commit e233f575443af349482bbcd76cb76eab85c42dd0
Author: Jeff Vander Stoep jeffv@google.com
Date: Fri Jun 25 09:26:13 2021 +0200

Add base64 crate for DnsResolver

Bug: 155855709
Test: repo sync
Change-Id: Ied7a5c8cee87c135e9575f162247de32d98e1002

commit 9be44911c116c764478300d04eedfc6e929796c6
Author: Elliott Hughes enh@google.com
Date: Thu Jun 24 14:37:21 2021 -0700

:…skipping…
commit 77c0aa8e2b20915e5258d5063a36d5594be07c8f
Author: Elliott Hughes enh@google.com
Date: Fri Jun 25 09:19:10 2021 -0700

Remove Linux gdb from the manifest.

Test: treehugger
Change-Id: If681249fc1a17c98e966dbb362ecbdec873e5e20

commit e233f575443af349482bbcd76cb76eab85c42dd0
Author: Jeff Vander Stoep jeffv@google.com
Date: Fri Jun 25 09:26:13 2021 +0200

Add base64 crate for DnsResolver

Bug: 155855709
Test: repo sync
Change-Id: Ied7a5c8cee87c135e9575f162247de32d98e1002

commit 9be44911c116c764478300d04eedfc6e929796c6
Author: Elliott Hughes enh@google.com
Date: Thu Jun 24 14:37:21 2021 -0700

Remove the macOS gdb project.

:…skipping…
commit 77c0aa8e2b20915e5258d5063a36d5594be07c8f
Author: Elliott Hughes enh@google.com
Date: Fri Jun 25 09:19:10 2021 -0700

Remove Linux gdb from the manifest.

Test: treehugger
Change-Id: If681249fc1a17c98e966dbb362ecbdec873e5e20

commit e233f575443af349482bbcd76cb76eab85c42dd0
Author: Jeff Vander Stoep jeffv@google.com
Date: Fri Jun 25 09:26:13 2021 +0200

Add base64 crate for DnsResolver

Bug: 155855709
Test: repo sync
Change-Id: Ied7a5c8cee87c135e9575f162247de32d98e1002

阁下能帮搭建好一个Ubuntu16.04的
VMware Workstation Pro虚拟机系统,然后打包成


.vmdk文件,放在百度网盘,以便新手学习,会非常感激

@waerrr5614615 你这有问题,看我的。估计你的操作步骤有问题,请详细贴出完整下载代码步骤。

hlm@Server:/users/hlm/Rockcip_Android10.0_SDK/.repo/manifests$ git log
commit d3c3c18f946eaba5cf249bc5c538f6546ff00829
Author: goenjoy <goenjoy@khadas.com>
Date:   Thu Jul 1 14:06:46 2021 +0800

    Khadas: Edge_Qt_V210630

commit 5e743f6426be86fbf06e178c910fd5b23b42c0fc
Author: goenjoy <goenjoy@khadas.com>
Date:   Fri May 21 16:01:25 2021 +0800

    Khadas: Edge_Qt_V210521

commit fa25795d9e8847bca5ee6b9421c5b3c4393e0859
Author: goenjoy <goenjoy@khadas.com>
Date:   Wed Dec 23 16:28:22 2020 +0800

    Khadas: Edge_Qt_V201223

commit 8f63633d466a248b9650f80deeebb6ad0299b4d0
Author: goenjoy <goenjoy@khadas.com>
Date:   Mon Dec 21 09:59:54 2020 +0800

    KhadasRelease:
    
        RK: android-10.0-mid-rkr11
        AOSP: android-10.0.0_r45
        Khadas: Edge_Qt_V201221
:…skipping

建议你参考文档,用下面下载的repo目录来代替你的repo命令:


我是按这个步骤下载的

如何下载repo,下载完后文件放置路径,能否给个完整步骤,非常感激

um1910@ubuntu:~$ repo init -u https://github.com/khadas/android_manifest.git -b khadas-vims-pie
fatal: cannot make /home/um1910/.repo/repo directory: Permission denied
fatal: cloning the git-repo repository failed, will remove ‘.repo/repo’
um1910@ubuntu:~$

上面回复已给了两次链接,一直叫你下载链接的’'repo"来代替。看A类问题解决方案。

下载后. 直接引用,.repo/repo/repo sync

请问百度网盘上下载的压缩包内含有Edge-v的SDK包吗?这个和《 清华大学开源软件镜像站》有什么区别的,如果使用百度网盘里的Edge-v的SDK由如何同步