54

Is there any possibilities to create Samsung Galaxy S6 Emulator with its actual behavior (not just skin and resolution) in Android studio?

Thanks in Advance.

Mohamed Samsudeen
  • 836
  • 1
  • 7
  • 18

2 Answers2

0

I'm confronted with the same issue, as I'm trying to understand how to work with the Samsung Health Android SDK. Unfortunately, I found the following note on the SDK documentation that seems to rule out the possibility to use an emulator (at least in this instance):

Note Samsung Health Android SDK doesn’t support the Emulator test. Android 6.0 Marshmallow (API level 23) device or above is required to test your app.

Franco
  • 617
  • 1
  • 8
  • 21
-6

You only have to install the skin for the Galaxy S6 to you AVD (Android Virtual Device). This is the most accurate way to emulate an S6 regarding the documentation that Samsung has.

Take a look at Install Samsung Galaxy S6 skin in your Android Emulator:

For Samsung devices, Samsung provide emulator skins for its flagships devices like Galaxy S6, Galaxy S5 or Galaxy Note 4. In this tutorial, we’re going to install Samsung Galaxy S6 Emulator skin but process is the same for all Emulator skins you want to install on Eclipse.

It talks about eclipse, but it's applicable for the Android Studio too.

You also have a Samsung Official video here which explains the same as the tutorial.

You also have this Samsung Testlab where you can test your apps in different Samsung devices which could be more interesting for you than the skin.

arodriguezdonaire
  • 4,863
  • 22
  • 48
  • 5
    At the end it says, "You must note that only the appearance of the Samsung Emulator differs from the Generic Android Emulator. Functionalities are the same." Does it mean that it wont behave like Galaxy S6? – Mohamed Samsudeen Feb 08 '16 at 18:28
  • Yes, that's true, but it's the most accurate way I found in the Samsung docs, or maybe you can try if Genymotion can emulate it, but I don't think so. – arodriguezdonaire Feb 08 '16 at 18:30
  • 1
    installing skin just gives the look and feel of that device, at the end you can create AVDs with different resolutions with the same skin – Shirish Herwade Jun 14 '16 at 06:25
  • 85
    The problem is that Samsung actually has a different app environment and does things in a different way and sometimes that way generates bugs that doesn't exist in vanilla android, and you can't find them. Skin is worthless for that, when you're trying to get to the meat. – Tatarize May 13 '17 at 13:58
  • Maybe you can try downloading the Samsung SDK or as someone suggested above, use Samsung Testlab. Also, I have noted that both Google and Amazon have device farms that will test your code on real devices. That maybe the best bet. Hope that helps. – jonathan3087 May 19 '17 at 18:24
  • 28
    The question was talking about behavior, not just "look and feel". This is not a valid answer in my point of view (or it must start referring to Samsung Testlab as the main topic). – Luan Aug 16 '17 at 19:10
  • 5
    "We’re sorry, the requested URL is no longer available : /home.do" – Jerry Dodge Mar 07 '19 at 18:46
  • I second @Luan , OP is clearly stating that he wants not only the skin, but also behavior. – FabioR May 11 '20 at 19:50