Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulator Stuck: Revoking microphone permissions for Google App

In Android Studio I created an emulator...
avdmanager create avd --force --name testAvd --abi google_apis_playstore/x86 --package "system-images;android-29;google_apis_playstore;x86"

and tried to start it...
emulator -avd testAvd -no-boot-anim -no-snapshot-save -no-audio -no-window -gpu off -debug -all.

It stucks now at
emulator: Revoking microphone permissions for Google App..

Does anybody have an explanation and a solution for this problem?

Thanks in advance for any reply.

like image 745
Alina Avatar asked Jan 21 '20 20:01

Alina


Video Answer


1 Answers

In Visual Studio go to Tools-> Android -> Restart Adb Server did it for me

like image 81
Layback Avatar answered Sep 20 '22 03:09

Layback