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.
-
1no, I have not that's why I am trying to run my app in Galaxy S4. – androidcodehunter Jun 19 '13 at 09:09
3 Answers
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 :)

- 1
- 1

- 3,500
- 4
- 34
- 43
-
Finally successfully make emulator running & on!!!check out here ==> http://d.pr/i/6DpC – Robert Jul 11 '13 at 02:15
-
@Robert please can you help me out in solvng my problem my S4 emulator is not running it takes long time to run and shows constatnly black screen – User42590 Aug 29 '13 at 07:07
-
@User42590 I recommend you to try [Genymotion](http://www.genymotion.com/). After signing up, there're lots of pre-defined emulators for download. Samsung S4 included. Hope this helps. Don't waste your precious time on Google's Android emulator. – Robert Aug 31 '13 at 14:06
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.

- 251
- 1
- 5
-
Our app looks different from Samsung's remote Lab S4 vs the Sony Xperia Z add-on. However in the Eclipse graphic layout it looks (I assume) correct (ie like the Samsung remote lab). Don't know why. – user1010160 Jul 18 '13 at 07:46
-
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.

- 17,023
- 32
- 114
- 148
-
I tried to run my emulator with salaxy s4 configuration. It's not my problem but my problem is why it's takes long time and then it said time is out. How to get rid of this solution. – androidcodehunter May 21 '13 at 09:57
-