What is the workaround to getting both docker and Android Studio Emulator running?
Asked
Active
Viewed 1,948 times
1
-
What error are you seeing? – Buddy Dec 15 '15 at 15:31
-
1What OS are you using? If you are using VirtualBox - see: http://stackoverflow.com/questions/16168799/android-emulator-and-virtualbox-cannot-run-at-same-time – Morrison Chang Dec 15 '15 at 15:34
1 Answers
0
I got Android Studio to work inside a Docker container, including device emulators. For this to happen, in addition to installation of several libraries, I had to ensure that the user inside the container belongs to both kvm and video groups by their gids in the host.
Scripts which build the Docker image and start the container can be found in: Android Studio in Docker container

Omer Zak
- 1,147
- 2
- 8
- 25