0

I have created a watch face for android wear. I followed this tutorial and generated signed apk. But there are two generated apks under my folder as shown in image:

enter image description here

So, if I install mobile-release.apk then will it work for wear companion app? Can anyone help me how to install and run wearable app?

Krupal Shah
  • 8,949
  • 11
  • 57
  • 93

2 Answers2

0

You have to enable debugging mode on your wear device as described here. After enabling the debugging mode, you will be able to select from Android Studio the watch in order to install your watch face.

After installing, don't forget to actually select the watch face as being the current one (long tap on main screen of the watch and select your watch face).

Andrei Catinean
  • 863
  • 10
  • 15
0

wear apk is a part of phone apk, put wear apk in the raw folder of phone apk, and write a desc xml in phone apk, wear apk will auto install when the phone apk is installed on the phone device.

Jimmy Chen
  • 177
  • 5