Samsung Galaxy S6 Emulator in Android studio
Asked Answered
P

3

70

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

Pentecost answered 8/2, 2016 at 11:42 Comment(4)
Try Genymotion device present there.Elisavetgrad
@SuhasB is it possible to get the exact OS behavior using Genymotion? not just skin and resolution as I mentioned.Pentecost
Yes it almost works like OS behavior.Elisavetgrad
I think there is an answer #52578439Buchan
R
-13

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.

Rompers answered 8/2, 2016 at 13:16 Comment(8)
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?Pentecost
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.Rompers
installing skin just gives the look and feel of that device, at the end you can create AVDs with different resolutions with the same skinHopson
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.Gunsmith
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.Numismatist
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).Valine
"We’re sorry, the requested URL is no longer available : /home.do"Fenrir
I second @Valine , OP is clearly stating that he wants not only the skin, but also behavior.Nanettenani
B
11

It's Almost Impossible but there is a second choice called Remote Test Lab , which lets you access and control a wide range of real Samsung devices online and also It's totally free !

enter image description here

Beady answered 26/6, 2021 at 8:34 Comment(0)
M
1

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.

Minorca answered 9/11, 2019 at 12:35 Comment(0)
R
-13

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.

Rompers answered 8/2, 2016 at 13:16 Comment(8)
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?Pentecost
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.Rompers
installing skin just gives the look and feel of that device, at the end you can create AVDs with different resolutions with the same skinHopson
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.Gunsmith
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.Numismatist
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).Valine
"We’re sorry, the requested URL is no longer available : /home.do"Fenrir
I second @Valine , OP is clearly stating that he wants not only the skin, but also behavior.Nanettenani

© 2022 - 2024 — McMap. All rights reserved.