2

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!

Sarvesh Kulkarni
  • 971
  • 3
  • 10
  • 22
  • 1
    I'm voting to close this question as off-topic because it is about a specific app store issue and not a programming question as defined in the [help] guideline. For issues related to an app store, contact that store's support department via the contact links on their site. – Ken White Sep 19 '17 at 16:41
  • My question was was more of how to make it compatible with Samsung SDK if we create android wear app in Android Studio by adding some commands in Manifest file or something. I guess that comes under programming question only. – Sarvesh Kulkarni Sep 20 '17 at 19:21
  • You should [edit] your question to make it more clear what you're asking, then. – Ken White Sep 20 '17 at 19:25
  • And regarding programming question only allowed, there are many questions on Stack OverFlow which are not programming questions. For example https://stackoverflow.com/questions/30080423/how-much-does-it-cost-to-publish-android-apps nobody voted it till now. I am not complaining anything about anyone here. Just giving you an example. – Sarvesh Kulkarni Sep 20 '17 at 19:26
  • I have updated my question. Hope this works. – Sarvesh Kulkarni Sep 20 '17 at 19:39
  • That question you linked should have been closed. It's also off-topic. Thanks for bringing it to my attention. Existence of a previous question is irrelevant. The [help] has the most current guidelines for this site. – Ken White Sep 20 '17 at 19:50

1 Answers1

3
  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.

Vyacheslav
  • 26,359
  • 19
  • 112
  • 194