Android Studio Emulator E/AudioFlinger error message
问题 When I start any device from the AVD Manager it just loops this error message infinitely: E/AudioFlinger: read failed: framesRead=-1 It even does that when I create a new device. Doesn't matter if "Use Host GPU" is enabled or not. When I start my application it would usually start up right after the emulated device started up. Since this error message appears it does not start my application automatically (the app can still be started manually though). Anyone else had any experience with that