I have tried to run one simple application with android studio on my smartwatch and I've got the following message:
my smartwatch runs android 4.4.2 which has API level 19
things I have tried and didn't help:
change Min Sdk Version to API 19
remove
< uses-feature android:name="android.hardware.type.watch" />
from androidManifest
-the app is installed but when i try to run it from the watch i get the error: Unfortunately , My Application has stopped. logcat when my app crases
instead of removing
< uses-feature android:name="android.hardware.type.watch" />
I have tried changing it to:
<uses-feature
android:name="android.hardware.type.watch"
android:required="false" />
but i have the same result