tags:

views:

420

answers:

3

Hi

I want to know whether Android 2.0 emulator is Bluetooth enabled.If it is not enabled, then how can i test my bluetooth application.Please any body knows the solution help me.

+5  A: 

Nope, you'll have to buy a real device.

Mirko Nasato
Thanks for your reply.If i am having one real bluetooth device attached to my system. then how can connect my emulator with the bluetooth device.
Rajapandian
@Rajapandian - "real device" meaning a real phone, not the emulator.
Charles Duffy
A: 

Currently no, check here for updated status: http://developer.android.com/guide/developing/tools/emulator.html#limitations

Excerpt: In this release, the limitations of the emulator include:

  • No support for placing or receiving actual phone calls. You can simulate phone calls (placed and received) through the emulator console, however.
  • No support for USB connections
  • No support for camera/video capture (input).
  • No support for device-attached headphones
  • No support for determining connected state
  • No support for determining battery charge level and AC charging state
  • No support for determining SD card insert/eject
  • No support for Bluetooth
ddcruver