You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While some error messages are displayed on the metro server for the mobile or wearOS device (port 8082), other warnings are only available through logcat.
126
127
To display them you need to open the android logcat tool from within Android Studio, where you can select the emulator and filter the messages by package name (more info in this [screenshot][41]).
The following error display if the mobile device did not install the Wearable App, which is used to pair mobile device with wearOS device.
133
+
The error displays on the Metro Server if the mobile device did not install the Wear App, which is used to pair mobile device with wearOS device.
134
+
The Wear app is installed from Google Play and allows to pair the Wear Device with the Android Phone. Follow this [instructions][21] to pair WearOS emulator with Android Phone.
133
135
134
136
```
135
-
WearConnectivityModule failed to retrieve nodes with error:
136
-
java.util.concurrent.ExecutionException: com.google.android.gms.common.api.ApiException: 17: API: Wearable.API is not available on this device.
The Android mobile phone needs to install the Google Play Wear app.
138
138
```
139
139
140
-
The Android Phone did not install the Wear OS app and did not pair with Wear OS device. Follow this [instructions][21].
141
-
142
140
#### wearOS device too far for bluetooth connection
143
141
144
-
Logcat (wearOS) includes the following warning when sending messages to the mobile device.
145
-
There is no message in the Metro Server.
142
+
Logcat (wearOS) shows the following log message when sending messages via bluetooth to a mobile device too far from the watch. The message is not displayed on the Metro Server.
146
143
147
144
```
148
145
Pixel_8_Pro_API_35Device is too far for bluetooth connection.
149
146
```
150
147
151
-
#### The mobile or wearOS device is not paired with any bluetooth device
152
-
153
-
Metro includes a message that no connected nodes are found message that no connected nodes are found. A node is a bluetooth device connected with another wearOS or Mobile device.
154
-
155
-
```logcat
156
-
No connected nodes found. client: com.google.android.gms.wearable.internal.zzgo@cc11cd connectedNodes: []
157
-
```
158
-
159
148
## Contributing
160
149
161
150
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
0 commit comments