1

Do you guys know of an Android emulator that supports Bluetooth?

If none, then are there any that can use a Bluetooth USB dongle?

J. Doe
  • 11
  • 1
  • 1
  • 3
  • 3
    Possible duplicate of [How to use android emulator for testing bluetooth application?](https://stackoverflow.com/questions/22604305/how-to-use-android-emulator-for-testing-bluetooth-application) – TheWanderer Oct 09 '18 at 22:15
  • I am also developing an app with BT, unfortunately, the Android studio emulator does not support BT. You should use real device. As also discussed here: https://stackoverflow.com/questions/22604305/how-to-use-android-emulator-for-testing-bluetooth-application – tikiss Oct 09 '18 at 22:09
  • That was a while ago, so maybe something new came out. – J. Doe Oct 09 '18 at 23:22
  • 3
    Also, I didn't specify the Android Studio emulator. I was asking if there were any other emulators out there that support Bluetooth. – J. Doe Oct 09 '18 at 23:24

1 Answers1

1

Android emulator does not have bluetooth capabilities, as mentioned in the SDK's docs and several other places

Refer to this documentation: https://developer.android.com/studio/run/emulator#starting

venu
  • 13
  • 1
  • 6