android 3.1:getDefaultAdapter()在android中返回null

时间:2011-05-30 09:28:15

标签: android bluetooth

  

mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
          if(mBluetoothAdapter == null){
              Log.i(“错误”,“不支持蓝牙”);
              返回;
          }

当我在模拟器上运行此代码时,它会打印“不支持蓝牙” 有什么帮助吗?

2 个答案:

答案 0 :(得分:4)

模拟器不支持蓝牙。但是,有人创建了一种解决方法,请参阅this post,也许它适合您。

答案 1 :(得分:0)

仿真器不支持实际设备中的Bluetooth facility.try。