google / android-emulator-container-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding support for android-automotive image

insyncim64 opened this issue · comments

commented

Hi,
it looks like this project can not support system image of Android Automotive now.
It throws following exception, when the system image is for Android Automotive.
Traceback (most recent call last):
File "/home/jou1/Development/android-emulator-container-scripts/venv/bin/emu-docker", line 33, in
sys.exit(load_entry_point('emu-docker', 'console_scripts', 'emu-docker')())
File "/home/jou1/Development/android-emulator-container-scripts/emu/emu_docker.py", line 300, in main
args.func(args)
File "/home/jou1/Development/android-emulator-container-scripts/emu/emu_docker.py", line 87, in create_docker_image
sys_docker = SystemImageContainer(img, args.repo)
File "/home/jou1/Development/android-emulator-container-scripts/emu/containers/system_image_container.py", line 34, in init
self.system_image_zip = SystemImageReleaseZip(sort)
File "/home/jou1/Development/android-emulator-container-scripts/emu/android_release_zip.py", line 128, in init
self.props["qemu.short_tag"] = self.short_tag()
File "/home/jou1/Development/android-emulator-container-scripts/emu/android_release_zip.py", line 168, in short_tag
return self.SHORT_TAG[self.tag()]
KeyError: 'android-automotive'

interested

Stuck at this point, using Android automotive image.

I'm also interested, I could run the Emulator for Android but not for Automotive, any Update here?