"No, missing feature: WATCH" when I try to run my smartphone app with wear app?

user1583010 picture user1583010 · Sep 2, 2014 · Viewed 35.2k times · Source

I have a smartphone app with a wear app that has been packaged inside of it, similar to the first two steps of this section:

https://developer.android.com/training/wearables/apps/packaging.html#Studio

I was originally told that my smartphone wasn't running an SDK large enough to support the app (my phone was using KitKat, apparently I needed API 20), so now I am using my Nexus 7 with Android L preview, and this problem has appeared:

Nexus 7 Compatible: No, missing feature: WATCH

I have a smartwatch emulator and tablet running, and both are connected using the adb -d forward tcp:5601 tcp:5601 trick, so I have no idea how to fix this now!

How can I get the smartphone app to run and automatically allow the wear app to install onto the emulator?

Answer

TianZeng picture TianZeng · Nov 19, 2015

Please look at this!

enter image description here

May be you should select the APP item before you launch your app.