如何仅同步 android 2.2 froyo 代码?

发布于 2024-10-15 08:32:19 字数 181 浏览 1 评论 0原文

repo init -u https://android.googlesource.com/platform/manifest -b froyo
error: revision froyo in manifests not found

最新版本2.3需要64位机器来构建,如何获取froyo代码?

repo init -u https://android.googlesource.com/platform/manifest -b froyo
error: revision froyo in manifests not found

Latest version 2.3 required 64 bit machine to build,How to get just froyo code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

抱着落日 2024-10-22 08:32:19

以下是 froyo 分支发生的情况以及如何解决该问题的说明:

https://groups.google.com/group/android-building/browse_thread/thread/d6c505873a8680a7

如果您想查找适当的标记来检查确切的代码分支,请尝试以下操作:

https://android.googlesource.com/platform/build/+refs

所以看看列表中,您应该尝试的分支是:android-2.2.2_r1

Here is an explanation of what is happening to the froyo branch and how to workaround the problem:

https://groups.google.com/group/android-building/browse_thread/thread/d6c505873a8680a7

If you want to look for the appropriate tag to check out exact code branch, try this:

https://android.googlesource.com/platform/build/+refs

So looking at the list, the branch that you should try would be: android-2.2.2_r1

彼岸花似海 2024-10-22 08:32:19

这对我有用。

repo init -u https://android.googlesource.com/platform/manifest -b android-2.2_r1.1

我猜 r1.1 是发布分支。有人可以证实这一点吗?

This one worked for me.

repo init -u https://android.googlesource.com/platform/manifest -b android-2.2_r1.1

I guess r1.1 is the release branch. can someone affirm this?

任性一次 2024-10-22 08:32:19

试试这个:repo init -u https://android.googlesource.com/platform/repo -b froyo

Try this: repo init -u https://android.googlesource.com/platform/repo -b froyo

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文