我是AOSP的新手。我正在关注这个tutorial。
我已经成功地将我的repo同步到了tag android-11.0.0_r29。
我将午餐设置为aosp_arm-eng (我也尝试过aosp_x86_64-eng)。构建报告:
...
[ 99% 90444/90520] //art/build/apex:art-check-debug-apex-gen generate art-check-debug-apex-gen.dummy
--bitness=auto, trying to autodetect. This may be incorrect!
Detected multilib
[100% 90520/90520] Target vbmeta image: out/target/product/generic_arm64/vbmeta.img
#### build completed successfully (05:25:57 (hh:mm:ss)) ####但是,当我尝试运行仿真器时:
clayton@ubuntu-20-aosp:~/aosp$ emulator
emulator: ERROR: Can't get kernel version from the kernel image file: '/home/clayton/aosp/prebuilts/qemu-kernel/arm64/ranchu/kernel-qemu'还没有找到解决方案。请帮帮忙。
发布于 2021-02-28 23:04:09
我使用lunch sdk_phone_x86_64-userdebug,它可以在我的x86架构笔记本电脑上与Android 11很好地协同工作。
https://stackoverflow.com/questions/66342843
复制相似问题