Mariuxtheone / Teleport

Data Sync & Messaging Library for Android Wear
370 stars 47 forks source link

Repo project not working properly (wear) #26

Open Nesh108 opened 9 years ago

Nesh108 commented 9 years ago

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 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.

Nesh108 commented 9 years ago

Anyone?