AOSP:如何从 master 切换/降级到 froyo 分支?
我下载了AOSP,但是我忘记指定froyo分支,所以我得到了master分支。 因此,我收到构建错误,说我需要一个 64 位系统来构建超越 Froyo 的系统(我设法通过编辑一些 makefile 来解决这个问题,但我想专门为了 API 级别而使用 Froyo)。
如何切换到 froyo 分支而不重新下载整个 AOSP?我尝试了 repo start froyo -all
和 repo checkout froyo
但我不确定,这是对的吗?
I downloaded the AOSP, but I forget to specify the froyo branch, so I got the master branch.
Because of this I got building error saying I need a 64bit system to build beyond Froyo (I managed to fix this by editing some makefiles, but I want to use Froyo specifically for sake of API level).
How can I switch to the froyo branch without re-downloading the whole AOSP? I tried repo start froyo -all
and repo checkout froyo
but I'm not sure, is this right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你应该尝试这个来获取 froyo 分支:
Maybe you shoud try this to get the froyo branch: