将Aosp仿真器映像从终端服务器移动到开发计算机

时间:2017-09-07 14:25:03

标签: android build kernel android-source

我现在坐在这里问题已经两个星期了,不能安静地弄清楚......

对于某些研究,我想在终端服务器上构建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文件夹中还有我的配置文件,如下所示:

的config.ini

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

它显示了这一点并停止:

link

有人有解决方案吗?

我还尝试了prebuild文件夹中的所有其他内核,遗憾的是没有人工作......

0 个答案:

没有答案