如何在 Android AVD 中创建 Samsung Galaxy Note 模拟器?
我想在 AVD 管理器中创建分辨率为 800*1280 的 Samsung Galaxy Note(版本 2.3.6)虚拟设备。我该怎么做?
I want to create a Samsung Galaxy Note (version 2.3.6) virtual device within the AVD manager with 800*1280 resolution. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我不认为你可以用 2.3.6 版本创建一个模拟器,但你可以用
版本2.3.3,屏幕尺寸800 * 600。
进入AVD管理器>新建...并按如下方式填充屏幕:
名称:galaxyNote
目标:Android 2.3.3 - API 级别 10
SD 卡:256 MiB
皮肤:800 * 1280
然后单击创建 AVD。完毕。
I don't think you can create an emulator with version 2.3.6, but you can make one with
version 2.3.3 and screen size 800 * 600.
go to AVD Manager> New... and fill the screen as followed:
Name : galaxyNote
Target : Android 2.3.3 - API Level 10
SD Card : 256 MiB
Skin : 800 * 1280
then click on create AVD. done.
皮肤:(800x1200 + 密度 320)
Skin: (800x1200 + density 320)
如果这有用的话...
据三星介绍,Note II的显示如下:
请注意,密度值是一个重要因素,还应在模拟器配置中设置
http://developer.samsung.com/forum/thread/emulator-size-for-galaxy-note-2-/77/178557
作为参考,这些的像素密度是:
我复制了上面来自这个链接,其中有很多其他好的信息
关于 Android 图像和资源大小
In case this is useful...
According to Samsung, the display for the Note II is as follows:
please note that the density value is an important factor and should also be set in the emulator configuration
http://developer.samsung.com/forum/thread/emulator-size-for-galaxy-note-2-/77/178557
For reference, the pixel densities for these are:
I copied the above from this link that has a bunch of other good info
About Android image and asset sizes
http://developer.samsung.com/remotetestlab/rtlDeviceList.action
:)
喜欢 是使用模拟器30分钟到2小时时间的网站
http://developer.samsung.com/remotetestlab/rtlDeviceList.action
Enjoi :)
This is site to use emulator for 30 minutes-2 hours of time