三星Galaxy Note III仿真器设置仿真器、Galaxy、Note、III

2023-09-07 23:14:02 作者:魂ガ小子

我在移植我的iPhone应用程序,Android和客户端使用的三星Galaxy Note III 。

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

我需要创建一个模拟器来帮助调试,但我正在逐渐的开始,从我的 gsmarena 。

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.

有类似的职位,但他们是三星Galaxy Note II 键,也可用于旧AVD。

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

我应该在AVD选择(设备和目标)?

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

我也做了一些改变,我的最终设置上前为:

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

模拟器AVD -

设备:的 1080 x 1920:xhdpi 的

目标:的谷歌的API(谷歌公司) - API级别17 的

RAM:的 256 的

VM堆:的 48 的

内部存储:的 1 GB 的

SD卡尺寸:的 1024 MB 的

通过上面的设置,如果我运行模拟器,我所看到的是一个黑色的空白屏幕,即使在等待长达20分钟。

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.

所以,我在eclipse检查运行配置,并有模拟器是在联机模式。 然后,我只是运行它。

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 ?

推荐答案

确定后多摆弄,我得到了它(作品为14年10月23日)

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

这是三星注3。

创建一个新的设备定义。

Create a new Device Definition.

屏幕尺寸:5.7 分辨率:1080x1920 大小:正常 RAM:1GB​​ 密度:XXHDPI(设备3​​86dpi)

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

没有皮肤(这将导致的按钮来显示,所以编辑的config.ini mainkeys为yes删除它们) 然后创建与一个AVD,它应该与三星的远程测试实验室。

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.