I have an MSI P65 with Ubuntu 19.10 distro. My emulator in Android Studio has no sound. The event log of Android Studio shows these warnings/errors:
18:41 Emulator: Fontconfig error:
"/home/fabrizio/.config/fontconfig/fonts.conf", line 10: junk after
document element
18:41 Emulator: pulseaudio: pa_context_connect() failed
18:41 Emulator: pulseaudio: Reason: Connection refused
18:41 Emulator: pulseaudio: Failed to initialize PA contextaudio:
Could not init `pa' audio driver
If i use the command pulseaudio
in terminal I get these errors:
E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.
Already tried to delete the files in .config/pulse
but it didn't work.
What else can I try?