Deadolus / android-studio-docker

Android Studio + flutter in Docker. Emulator works too - with or without Display, even over SSH if you forward the display
Apache License 2.0
138 stars 56 forks source link

No sound on AVL #3

Closed Ch1keen closed 4 years ago

Ch1keen commented 6 years ago

Summary

No sound when launching YouTube in chrome in AVL Oreo.

My installation

I built the container using

$ ./build.sh

and run that container using $ HOST_DISPLAY=1 ./run.sh

This should be first start, android studio asked me that there is updated version available, so I updated it to most recent version(3.14). Installed Gradle, SDK [API 28 - Jelly Beans] and so on. Installed related AVL package(Oreo 8.1, Nexus 5.x), everything goes well, and started AVL. But I turned youtube videos using chrome, there was no sound.

To be honestly, but I'm new to android studio, not only this wonderful docker tool. And not familiar with github and english ;(

IMHO

This issue could be related with Pulseaudio. I had a similar project, which can run firefox in docker container, and it also can't sound at all first. But when I entered the shell on its container and type

$ pulseaudio

then firefox in container can sound

Deadolus commented 4 years ago

Closing as no new activity