androidcodehunter
androidcodehunter

Reputation: 21937

How to run an emulator using Galaxy S4 configuration?

I have created an galaxy s4 emulator using this post how to open galaxy S4 emulator but my problem is when I tried to run this emulator it takes very long time and at last it said time is out. My ram is 6GM. And I created emulator by providing 800MB ram. And my laptop screen resolution is HD. How to resolve my problem immediately because I have to test my app in galaxy s4.

Upvotes: 0

Views: 14033

Answers (3)

Thomas Venturini
Thomas Venturini

Reputation: 3750

I got it working with the settings the other link holds (How to test android app in Galaxy S4 configuration using emulator?) and "Target Google APIs (Google Inc.) - API Level 17" and also I let the Emulator help by my GPU "Emulator Options: Use Host GPU".

Hope you folks get it working to :)

Upvotes: 2

user2060635
user2060635

Reputation: 261

Samsung has not released Add-on for galaxy s4.

But we have an alternatives for the Same Configurations.

Actual:Samsung S4 (1080 x 1920 pixels, 5.0 inches (~441 ppi pixel density))

Alternative:Sony Xperia Z (1080 x 1920 pixels, 5.0 inches (~441 ppi pixel density))

Both are using Drawable-xxhdpi resource folder.

To configure Sony Xperia Z:

http://developer.sonymobile.com/knowledge-base/sdks/sony-add-on-sdk/install-the-sony-add-on-sdk/

Testing on Sony Xperia Z emulator,will effect the same result in Samsung galaxy s4.

Upvotes: 1

Jaya Mayu
Jaya Mayu

Reputation: 17247

Emulators are slow. No matter what configuration you have. So testing in emulator doesn't mean it'll give you same behaviour in the real device.

Unless samsung decided to do so, it won't be available with Android SDK as predefined config. You may need to manually set the configurations (which is what you have done). Even then the OS gonna run in S4 is customised by Samsung yet again as I said earlier you won't get it with your SDK package.

Upvotes: 0

Related Questions