I did my best to run your docker container on my M1 laptop, but unfortunately I failed.
Cases I tried:
- Direct docker run without specifing platform.
Got Warning: Dependant package with key emulator not found! and process failure.
- Docker run with
platform=linux/amd64 flag
Container itself started, but after execution start_emu_headless.sh all I got is adb: device offline, wait for boot till timeout expired.
I shall try one more time with a separate VirtualBox in x86 mode, but before investing additional time in this, may I ask if I did miss something? Is there any simplier solution?