Relative Content

Tag Archive for dockerarmandroid-emulator

How can I run an android emulator on a docker container for arm/64 arch without kvm?

So, I’m trying to create a docker container that can essentially emulate android to be able to run instrumentation tests (espresso). It’s running on a ARM/64 arch, so I need to emulate a arm64-v8a, but each time I do, the loading takes forever (which is fine), but the tests fail or the application will just give a Application not responding: system error.