2017-09-22 14 views
2

私はいくつかのエミュレートされたデバイスで動作する例を得ようとしていますが、それは簡単ではありません:Bluetoothはエミュレータではサポートされていないので、auto-fall-back to WiFi, or even supersonic communicationでしょうか?しかし、権限を取得しても(yay)、それは次のように死ぬ。Google Nearby Connections 2.0はエミュレータでの開発をサポートしていますか?

E/NearbyConnections: Failed startAdvertising(1, 4, 0, 5, 5, 8) for client 102877343 because we couldn't start listening for incoming Bluetooth connections to ServiceId MYID 
W/MeshConnection: Advertising failed. Received status 8007 STATUS_BLUETOOTH_ERROR 
E/NearbyConnections: Failed startDiscovery() for client 102877343 because we couldn't scan on Bluetooth nor BLE for serviceId MYID 
W/MeshConnection: Discovering failed. Received status 8007 STATUS_BLUETOOTH_ERROR 

答えて

2

私はいくつかの周りに尋ねました、そして、それは近所の接続2.0は、その後、日和見利用可能な場合は無線LANにアップグレードし、それは物事をキックオフするBTを必要としない、接続を確立するために、Bluetoothを使用していることが判明していない - そう何ランニングそれはエミュレータ上にあります。

関連する問題