hi this error comes when you try to run your 'wearable' app(=module) on 'mobile' simulator.
if you don't have wearable module in your project,
- check if your manifest has something related to the "wearable". if you have, please remove the line
<uses-library
android:name="com.google.android.wearable"
android:required="true" />
- check if you have any wearable device on your simulator. if have,
delete
if you have wearable and mobile modules, Understand that
- your project has 2 modules. (1. mobile 2.wearble)
- run your module on right device ( mobile app on mobile simulator,
wearable app on wearable simulator.)
Trouble Shooting
- please check on left side of your device option. you probably
selected wearing app.
- make sure that your module (Red Box) is matched with your
simulator(Yellow Box)
