如何仅同步 android 2.2 froyo 代码?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是 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
这对我有用。
我猜 r1.1 是发布分支。有人可以证实这一点吗?
This one worked for me.
I guess r1.1 is the release branch. can someone affirm this?
试试这个:
repo init -u https://android.googlesource.com/platform/repo -b froyo
Try this:
repo init -u https://android.googlesource.com/platform/repo -b froyo