Launching AVD from command line stuck on Revoking microphone permissions for Google App

丶灬走出姿态 提交于 2020-05-29 02:36:18

问题


I am running a command to launch AVD, however, when the device launch - stuck on this error.

Revoking microphone permissions for Google App.

Any Clue on whats going? I'm Using AVD devices API 28

Same Error when running these command:

/Users/username/Library/Android/sdk/emulator/emulator -avd Pixel_XL_API_28
/Users/username/Library/Android/sdk/tools/emulator -avd Nexus_S_API_28

emulator: Revoking microphone permissions for Google App.


回答1:


In my case, adding -no-audio to the emulator command did the trick.



来源:https://stackoverflow.com/questions/58206185/launching-avd-from-command-line-stuck-on-revoking-microphone-permissions-for-goo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!