mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
if(mBluetoothAdapter == null){
Log.i(“错误”,“不支持蓝牙”);
返回;
}
当我在模拟器上运行此代码时,它会打印“不支持蓝牙” 有什么帮助吗?
答案 0 :(得分:4)
模拟器不支持蓝牙。但是,有人创建了一种解决方法,请参阅this post,也许它适合您。
答案 1 :(得分:0)
仿真器不支持实际设备中的Bluetooth facility.try。