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
Here's how to disable the hotword detection ("Ok Google") app in the emulator:
./adb shell "su root pm disable com.google.android.googlequicksearchbox"