When using Bluetooth headphones, you may encounter the problem running an emulator in Android Studio, the sound in the headphones switches to low quality.
This is due to the fact that the Android emulator starts using your headphones as a microphone so that you can enter voice commands into Android.
In the vast majority of cases, no one uses voice input on the Android emulator, so it can be disabled through the emulator config file.:
- Open the
/.android/
folder on your computer (~/.android/
for Linux,/Users/{user_name}/.android/
for Mac and Windows) - Next, open the folder for the emulator you need (
/avd/{emulator_name}/
) - Edit the file
config.ini
and replace the itemhw.audioInput=yes
withhw.audioInput=no