Samsung Galaxy S6 Emulator in Android studio

AndroidAndroid Studio

Android Problem Overview


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.

Android Solutions


Solution 1 - Android

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

enter image description here

Solution 2 - Android

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.

Solution 3 - Android

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMohamed SamsudeenView Question on Stackoverflow
Solution 1 - AndroiducMediaView Answer on Stackoverflow
Solution 2 - AndroidFrancoView Answer on Stackoverflow
Solution 3 - AndroidarodriguezdonaireView Answer on Stackoverflow