Looping Error on Android Emulator Looping Error on Android Emulator android android

Looping Error on Android Emulator


Android is trying to listen on the microphone, which isn't available on the emulator, so it fills logcat with useless stack traces. To stop this, go to the Settings app in Android, and click:

  1. Apps and notifications
  2. App permissions
  3. Microphone

Then disallow microphone use for all the apps.


Although disabling Microphone removed some of the errors , Disabling Quick Search App worked for me as suggested by OOI .

Settings >> Apps & Notifications >> All Apps >> Google

enter image description here


That com.google.android.googlequicksearchbox is Google app.

Simply disabling it in Settings worked for me.