Fix Bluetooth Audio Issues with Android Simulator on macOS
October 30, 2022
There is an issue with Android Simulator where sometimes when Bluetooth audio is being used, the current audio will completely stop working when starting an emulated Android device. To fix this issue, we have to modify the config files for each of the Android devices.
Manual Method
- Change directories into the
avd
folder for Android and open this directory in your editor - There should be folders titled with the device and OS version. For each of these folders, modify the
config.ini
file - Change or add the following lines to the file:
- Open the
Virtual Device Manager
in Android Studio - For each of the devices that where the config was edited, they will need to be reset
Wipe Data
Cold Boot Now
Bash Script Method
Alternatively, running this bash script that should try to do steps 1-4 from above.