我在从Andriod 5.1.1_r37源代码构建img文件时遇到问题。以下是我遵循的步骤。点燃设备后,它无法正常工作。
使用以下命令构建Nexus 10的代码。
make clobber
source build/envsetup.sh
lunch aosp_manta-userdebug
make -j4
在输出时,我在“ WORKING_DIRECTORY / out / target / product / manta”目录中的img文件下方。
system.img
recovery.img
boot.img
cache.img
userdata.img
完成上述步骤后,我尝试刷新nexus 10设备,但无法正常工作。刷新后,只有“ Google”出现在屏幕上,设备挂在上面。
当我从Google网站(https://developers.google.com/android/images)下载图片并刷新设备后,它运行正常。在刷新过程中使用了相同的命令。
当我构建源代码时,还有一点没有img文件-bootloader-manta-mantamf01.img
请提出我在构建代码时缺少的内容。