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.
-no-audio
as per forum.katalon.com/t/… did the trick for me. But, if I run anadb reboot
then I'm stuck in the same place again... – Urial