且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

最低硬件要求Android开发

更新时间:2023-11-10 16:12:40

首先,有一个问题,ADT插件和太阳神,导致滞后与仰视的Andr​​oid类 - 使用伽利略代替(V3.5)

Firstly, there is an issue with the ADT plugin and Helios which causes lag with looking up Android classes - use Galileo instead (v3.5).

其次,仿真器变得更耗资源取决于Android的你正在开发的版本。例如,我有一个P4 2.4GHz的,1GB内存的PC与Win XP的32位和一个Android V2.2仿真器至少需要4-5分钟来加载。在Android V1.6模拟器,另一方面负载在不到1分钟。但要记住,一旦模拟器运行起来,你可以把它加载,这将是比第一次使用更敏感。

Secondly, the emulators become more resource hungry depending on the version of Android you're developing for. Example, I have a P4 2.4GHz, 1GB RAM PC with Win XP 32-bit and an Android v2.2 emulator takes at least 4-5 minutes to load up. An Android v1.6 emulator on the other hand loads up in less than 1 minute. Remember though that once the emulator is up and running, you can leave it loaded and it will be more responsive than first use.

另外请记住,如果你给你的模拟器一个2GB的SD卡(例如),它会尝试创建,通过虚拟内存,如果没有足够的物理内存。

Also bear in mind that if you give your emulator a 2GB SD card (for example) it will try to create that through virtual memory if there isn't enough physical memory.