我正在尝试从源代码编译android,并遵循
1.http://source.android.com/source/initializing.html
2.http://source.android.com/source/downloading.html
3.http://source.android.com/source/building.html
一切都很好,直到我尝试使用第三个link.The错误中给出的"lunch full-eng“,我得到的错误是这个。

有人能帮我解决这个问题吗?我已经从存储库中克隆了samsung.git。
发布于 2012-02-20 19:58:51
samsung.git是否意味着你已经下载了三星手机git clone https://android.googlesource.com/kernel/samsung.git的内核版本?如果是,那么你就不能为你的模拟器构建这个内核。模拟器需要金鱼内核。
https://stackoverflow.com/questions/9360655
复制相似问题