I want to create an application based on bluetooth operation in android.I am using the following code
BluetoothAdapter adapter=BluetoothAdapter.getDefaultAd
The emulator doesnt support bluetooth as mentioned in the sdk's docs. You have to check this in real device..
And you got error Bluetooth binder is null. it means emulator does not have bluetooth capability.