Abdul Salam Ali
Abdul Salam Ali

Reputation: 77

how to connect Samsung Galaxy gear of sdk 17

I have Samsung galaxy gear watch and its Sdk is 17 , and What Watch face I have developed its minimum sdk is 20 , So I can not test my app on direct usb debuging of Samsung Galaxy gear.

and If I try to to change the minimum sdk , androd studio gives error of manifest merger error ?

what should I do ?? Any help

Upvotes: 1

Views: 244

Answers (2)

Michał Tajchert
Michał Tajchert

Reputation: 10383

It looks like you have Galaxy Gear - not Galaxy Gear Live. So your watch doesn't run on Android Wear - thus you cannot use WatchFace API or update it to latest version of Android Wear.

Upvotes: 0

Tony Malghem
Tony Malghem

Reputation: 222

You need to have SDK 21 (Android Wear v5.0.1) at least on your watch to use the Watch Face API, as said in the documentation. So I suggest you update your watch to Android Wear 5.0.1 and set your target SDK and min SDK to 21.

Upvotes: 1

Related Questions