The correct Eclipse/Android device configuration for HTC Desire(HTC Desire 的正确 Eclipse/Android 设备配置)
问题描述
我想在 Eclipse Galileo 中创建一个与 HTC Desire 匹配的 Android 虚拟设备.我应该使用哪些配置选项?
I want to create an Android Virtual Device in Eclipse Galileo which matches HTC Desire. What configuration options should I use?
使用 ADT r10.
Using ADT r10.
推荐答案
Octavian 的回答是一个好的开始(谢谢),但我需要更多,等不及了.所以经过半周的研究:
Octavian's answer was a good start (thanks), but I needed some more and couldn't wait. So after some semi-thourough research:
(所有这些都是针对带有 Android ADT 插件 r10 的 Eclipse Galileo)
目标: Android 2.1 或 2.2
HTC Desire 附带 2.1,但可升级到 2.2.2.3 版预计将于 2011 年 5 月或 6 月推出.
Target: Android 2.1 or 2.2
HTC Desire is shipped with 2.1 but upgradeable to 2.2. Version 2.3 expected to be available May or June 2011.
SD 卡: 随附 4GB (4096 MiB),支持 32GB (32768 MiB).
SD Card: Shipped with 4GB (4096 MiB), supports 32GB (32768 MiB) .
快照:自 ADT r9 以来的新功能.与实际设备无关,不确定时不勾选.
Snapshot: New since ADT r9. Unrelated to the actual device, leave unchecked if uncertain.
皮肤: WVGA800
硬件:
抽象 LCD 密度 -> 240
最大 VM 应用程序堆大小 -> 24
设备 RAM 大小 -> 576
Hardware:
Abstracted LCD Density -> 240
Max VM application heap size -> 24
Device RAM size -> 576
对于 Android 2.1 和 2.2,需要使用 [New...] 添加属性设备 RAM 大小".
24MB 应用程序堆大小似乎是 2.1 和 2.2 的标准,但它可以调整,所以在模拟有根的东西时要小心(在这种情况下,更多的这些设置可能是针对鸟类的).
参考文献:
http://en.wikipedia.org/wiki/HTC_Desire
http://www.gsmarena.com/htc_desire-3077.php
http://tools.android.com/recent/emulatorsnapshots
http://forum.xda-developers.com/showthread.php?t=740752&highlight=vm+heap
这篇关于HTC Desire 的正确 Eclipse/Android 设备配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!