I was testing this library and after failing with the easy getting started tutorial I went for the actual project of the repo.
The mobile module seems to be sending the data correctly but the wear seems to never go into onPostExecute. I only see the log for the received message onMessageReceived() A message from watch was received:.
The start activity button seems to work fine.
What could the problem be?
Note: I am running the code from my actual phone and using an emulator for the wearable.
Hello,
I was testing this library and after failing with the easy getting started tutorial I went for the actual project of the repo.
The mobile module seems to be sending the data correctly but the wear seems to never go into
onPostExecute
. I only see the log for the received messageonMessageReceived() A message from watch was received:
.The start activity button seems to work fine.
What could the problem be?
Note: I am running the code from my actual phone and using an emulator for the wearable.