Android Wear app. This app is incompatible with your device
Asked Answered
M

2

6

I just published my app for wear devices, its the Watch Face, don't have any UI for phone app. I uploaded to the Google Play. But it says This app is incompatible with your device. To all users or Devices.

Anyone have idea?

Mullion answered 29/4, 2015 at 14:41 Comment(0)
B
3

Since Android Wear application are only in sync with a handheld device, it needs to have a corresponding application in the handheld device.

Let me make it little more clear: To install anything on Android Wear, you need to have corresponding application for mobile, which will sync up its corresponding wear part and install the same on wear.

So go ahead develop a dummy kind of an application for handheld.

Battlefield answered 14/5, 2015 at 12:45 Comment(0)
A
2

According to the official documentation, in order to publish a wearable app without a phone app component, you need to raise your minimum target SDK version to 2.0.

Source: https://developer.android.com/training/wearables/apps/standalone-apps.html

Actinometer answered 23/2, 2017 at 20:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.