简体   繁体   中英

Blank screen while loading my Image on the android emulator

So I've compiled my own system.img along with userdata and the rest and I'm trying to test it on the android studio emulator.

I've tried copying above files to the avd folder, tried changing the sysdir path in the config.ini file, tried adding and installing a new package containing said files alongside the google_playstore folder but nothing seems to work.

Tried different builds to see if that was the issue but its the same. Hardware rendering also doesn't work.

In the event log, the Emulator: Process finishes with exit code 0 so I can't figure out why the screen is always blank.

Is it possible to test custom images on the studio emulator or should I test it on an actual device?

Thank you!

I am trying something similar using solution provided in Running Custom Android ROM on Emulator

So far I succeeded to boot emulator using aosp_x86-userdebug build. You should also check the adb logs to get more information about error.

使用system-qemu / vendor-qemu似乎已修复它。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM