Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过蓝牙连接安卓设备,但我无法连接
我在下面有简单的代码
BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
但是我得到了结果adapter=null并且不支持蓝牙。中止。
adapter=null
如何通过模拟器连接蓝牙?这可能吗?
需要使用物理设备,不能在模拟器上使用BT。
无法使用模拟器连接到蓝牙。如果您的 PC 具有蓝牙功能,您可以使用您的应用程序连接到 Android 设备。