Error On Emulator Of Eclipse
I'm getting following error on emulator.I'm posting codes which is for communicating with paired Bluetooth device.I'm able to connect the Bluetooth device which is non Android,but
Solution 1:
You cannot use a BluetoothAdapter with an emulator. Check this post.
Ideally try to test on a real device.
Concerning the crash, it's better to check the logs (using logcat) so that you get some details where this happens.
Post a Comment for "Error On Emulator Of Eclipse"