我正在尝试构建并安装android 4.1.1 for samsung galaxy nexus。 我是如何建立的:
repo sync
. build/envsetup.sh
lunch full_maguro-userdebug
make -j3
建设成功完成,然后安装:
adb reboot bootloader
fastboot oem unlock
fastboot erase cache
fastboot erase userdata
fastboot flashall
安装完成,但重启后android没有运行,只显示谷歌徽标。
我做错了什么?