Sending messages from Android Wear to host device

前端 未结 7 1962
忘了有多久
忘了有多久 2020-12-02 19:27

I\'m writing a custom Android Wear application that\'s supposed to fire a one-off message to the connected host device (the phone). Digging through the API, I found the foll

7条回答
  •  时光说笑
    2020-12-02 19:38

    I had the same problem when I added Android Wear support for an existing app. However after way to many hours of frustration. I discovered the problem.

    I forgot to add the signing parts from the build.gradle in the device app in the wear app. So make sure the buildTypes part and the signingConfigs part are the same in both apps.

提交回复
热议问题