Sarvesh Kulkarni
Sarvesh Kulkarni

Reputation: 981

How to make android project compatible in Tizen platform?

I have developed android wear application in Android Studio. I want to publish my application in Samsung Galaxy app store. But, I found out that Samsung uses different OS - Tizen altogether. As Samsung doesn't use Android SDK, Is there any way to make Android project compatible with Tizen SDK like making changes in a Manifest file or adding some library etc?

Any help or pointers are appreciated. Thanks!

Upvotes: 2

Views: 2285

Answers (1)

Vyacheslav
Vyacheslav

Reputation: 27211

  1. Samsung wearable devices have its own OS: Tizen. This OS is completly different with Android OS.

  2. When you create an APK for mobile device you can put wearable's APK inside it. So that when the APK isinstalled in handheld the wearable APK file will be installed into your paired wearable device.

  3. Google Play now can help to publish wearable APK file only on wearable mobile device. Only for Android Wear 2.0 OS. Such devices have its own Google Play.

Upvotes: 3

Related Questions