Android Studio 3.0 Emulator: Could not lock voice for audioInputDeviceIOProc

前端 未结 2 1122
逝去的感伤
逝去的感伤 2020-12-30 03:54

I seem to get this error while building my app on my emulator. I do not know what it the cause of it and it seems affecting my app which causes it my app to crash on the emu

2条回答
  •  [愿得一人]
    2020-12-30 04:41

    1. Launch “AVD Manager”
    2. Click the "Edit this AVD" of the virtual device you want to use in Android Virtual Device Manager.
    3. Click the "Show Advanced Settings" in (AVD's) Virtual Device Configuration.
    4. Go to "Emulated Performance" section in (AVD's) Virtual Device Configuration and select "Cold boot" of "Boot option:" and click "Finish".
    5. Relaunch your virtual device and rerun your app on the emulator(Virtual Device).

提交回复
热议问题