1

我想模拟 Nexus 10,但我不知道要使用什么值。皮肤:内置或自定义分辨率?我应该使用哪些硬件属性?

4

2 回答 2

2

模仿具有相同规格的如此强大的设备,我可能会遇到很大的问题。不幸的是,它没有作为 Nexus 7 包含在 SDK 中。

我建议使用 10 英寸 WXGA 平板电脑屏幕 (800x1280)。和 2GB 的内存。新的 AVD 管理器不允许您指定自定义屏幕尺寸,因此它是您可以通过模拟器获得的最接近的屏幕尺寸。

我猜一般模拟真正的 10.055 英寸 2560 x 1600 (300 ppi) 屏幕会很慢。

还启用“使用主机 GPU”选项以获得更好的性能。

不要忘记根据您的应用需求添加 SD 卡存储。

于 2012-12-27T10:09:06.547 回答
2

The best way to emulate the Nexus 10 is to use AndroVM. I am currently running Android on it with the full Nexus 10 2560x1600 resolution and it fits onto my HD screen if I set AndroVM to use 320dpi.

Oh.. and it's VERY fast :-)

I personally use it over emulators and real hardware devices as it's extremely responsive.

Update: AndroVM is now called Genymotion

于 2013-02-28T14:19:20.140 回答