gradle - Android wear packaging 1 compatible device -


I had an app uploaded to Google Play, but now I have made an update with Android Ware. In my Android studio, my project wears APKs in the mobile and the same project and is with the same package. It runs perfectly in debug mode, I can export my app's new update with the Android Ware app, but when I upload it with the Google Developer Console, it shows that there is only one compatible device.

Attached Images:

Problems with Compatible Devices

wear grade

How do I create my wearable app to be compatible with more than 1 device? :-)

You should not have permission android.hardware.type.WATCH Play Store permissions in

This is only necessary for the Wear application.

This is your AndroidManifest.xml mobile application, it looks like:

  & lt; Accessibility Android: name = "android.hardware.type.watch" />  

Comments