Looping Error on Android Emulator

前端 未结 5 1041
无人及你
无人及你 2020-12-01 06:12

I can\'t seem to launch any of my apps in my Android emulator because every ~2 seconds this error pops up, and I believe this is making my app crash...

Note: I\'ve n

5条回答
  •  眼角桃花
    2020-12-01 07:01

    Here's how to disable the hotword detection ("Ok Google") app in the emulator:

    ./adb shell "su root pm disable com.google.android.googlequicksearchbox"
    

提交回复
热议问题