tanelih / phonegap-bluetooth-plugin

Bluetooth plugin for PhoneGap version 2.6.0+
MIT License
57 stars 50 forks source link

Bluetooth binder is null #21

Closed netgfx closed 10 years ago

netgfx commented 10 years ago

Hello,

I am struggling to run the code but it always throws this error "Bluetooth binder is null" on the eclipse DDMS log. I have included all the libraries. I installed through CLI (and thus did not included the bluetooth.js file. Correct?), but I cannot get it to load.

Any help is appreciated!

tanelih commented 10 years ago

Are you running the code on an emulator? If so, the emulator does not support emulating Bluetooth as far as I know.

netgfx commented 10 years ago

Yes that was the issue after all. Thanks for the response!