Message gets refused by Android Wear watch -


I am working on an app that will display some data to the user on the clock interface. Both watch and mobile modules build and install on their devices, but when the messages (which the clock receives its data) are captured by the clock, then I see the following in the log:

W / Wearable Service: Make sure that the Wired Starts: App does not match the App Key to the record:

Thereafter package name and some type of hash for the application.

To do this, the problem is due to the apps signed with two different keys, although it appears, I do not want to configure the game by clicking on the play button and for both. Is there a process that I can ensure that both are signed with the same debug key?


Comments