1

What is the workaround to getting both docker and Android Studio Emulator running?

Tim Nuwin
  • 2,775
  • 2
  • 29
  • 63

1 Answers1

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