I am trying to connect with android device with Bluetooth but i couldn’t conntect
I have simple code below
BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
But i got the result adapter=null and Bluetooth NOT supported. Aborting.
How to connect bluetooth through the emulator?
Is this possible?
You need to use a physical device, you can’t use BT on the emulator.