'Running an Android emulator without using Hardware Acceleration

I'm building an Android device emulator for my application in order to run the integration tests, but the emulator is very slow during the running process and I need to make the process faster. I don't have to run it in Android Studio, but on a Docker Image.

For Company reasons, I can't use the Android Hardware Acceleration, so I have to use a workaround or a plugin / dependency.

I have to run the emulator in this way:

emulator @android -no-window -writable-system -no-accel

Could someone suggest me any solutions I could use?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source