对于某些研究,我想在终端服务器上构建mini_emulator_x86-eng,之后将其复制到我的笔记本电脑并运行它。
我使用最新版本" android-8.0.0_r4"为我的aosp构建使用终端服务器,因为它比我的笔记本电脑(带有最新Android Studio的Ubuntu 12.04)拥有更多资源。
所以我构建文件并从out / target / product / mini-emulator-x86 /文件夹和我的avd文件夹.android / avd / own.avd /复制.img文件+内核。 在avd文件夹中还有我的配置文件,如下所示:
avd.ini.encoding=UTF-8
PlayStore.enabled=false
abi.type=x86
hw.cpu.arch=x86
image.sysdir.1=/home/olsk7422/.android/avd/own.avd/
tag.display=Google APIs
tag.id=google_apis
模拟器以
开头后AEmulator -kernel ./kernel -system ./system.img -ramdisk ./ramdisk.img -avd own -show-kernel
它显示了这一点并停止:
有人有解决方案吗?
我还尝试了prebuild文件夹中的所有其他内核,遗憾的是没有人工作......