问题
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