Samsung Galaxy Note III emulator settings

 ̄綄美尐妖づ 提交于 2019-12-03 21:53:25

问题


I am porting my iPhone app over to android and the client uses Samsung Galaxy Note III.

I need to create an emulator to help with the debugging, but I am getting problems in starting the emulator with the settings I got from gsmarena.

There are similar posts but they are of Samsung Galaxy Note II and also used old AVD.

What should be selected in AVD (Device and Target)?

I also did some changes and my final settings came up to be:

Emulator AVD-

Device: 1080 x 1920:xhdpi

Target: Google API's(Google Inc.) - API Level 17

RAM: 256

VM Heap: 48

Internal Storage: 1 GB

SD Card Size: 1024 MB

With the above settings if I run the emulator, all I can see is a black blank screen even after waiting for as long as 20 minutes.

So, I checked "Run Configurations" in eclipse and there the emulator was on online mode. Then I simply run it.

But I got the following in console:

[2013-10-15 15:55:15 - rabus] Android Launch!
[2013-10-15 15:55:15 - rabus] adb is running normally.
[2013-10-15 15:55:15 - rabus] Performing com.rabus.main.DispatureActivity activity launch
[2013-10-15 15:55:22 - rabus] Uploading rabus.apk onto device 'emulator-5554'
[2013-10-15 15:55:48 - rabus] Installing rabus.apk...
[2013-10-15 15:55:53 - rabus] Success!
[2013-10-15 15:55:53 - rabus] Starting activity com.rabus.main.DispatureActivity on device emulator-5554
[2013-10-15 15:55:58 - rabus] Device not ready. Waiting 3 seconds before next attempt.
[2013-10-15 15:55:58 - rabus] ActivityManager: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
[2013-10-15 15:55:58 - rabus] ActivityManager: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235)
[2013-10-15 15:55:58 - rabus] ActivityManager: at dalvik.system.NativeStart.main(Native Method)
[2013-10-15 15:56:01 - rabus] Starting activity com.rabus.main.DispatureActivity on device emulator-5554

As seen by the above output, the device is still not ready.

What are the correct settings for this emulator in order to get it run ?


回答1:


OK after much fiddling, I got it (works as of 10/23/14)

This is for Samsung Note 3.

Create a new Device Definition.

screen size: 5.7"
resolution: 1080x1920
size: normal
ram: 1GB
density: XXHDPI (device is 386dpi)

No Skin (this will cause the buttons to show up, so edit the config.ini mainkeys to yes to remove them) Then create an AVD with that, and it should match the Samsung Remote Test Labs.




回答2:


visit this site http://developer.samsung.com/remotetestlab/rtlDeviceList.action# there are various samsung emulators



来源:https://stackoverflow.com/questions/19378446/samsung-galaxy-note-iii-emulator-settings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!