I start an Android virtual device, but I get:
Starting emulator for AVD 'avd.1' pulseaudio: pa_context_connect() failed pulseaudio: Reason: Connection refused pulseaudio: Failed to initialize PA contextaudio: Could not init `pa' audio driver emulator: Listening for console connections on port: 5558 emulator: Serial number of this emulator (for ADB): emulator-5558
The emulator is suitable, but I do not see any icons, so I wonder if the above errors are "showstoppers"? Then, when I try adb install bin/my.apk , I get the Can't find service: package error. Thus, it looks like adb is not communicating correctly with AVD. However, adb devices shows the 5558 emulator above. Any advice would be really helpful.
android android-emulator avd adb
user3063547
source share