使用Android x86模拟器,可以解决ARM模拟器速度慢的问题!!

下载 Android x86. 它的速度比ANDROID SDK的模拟器速度快多了,按以下步骤配置:

  1. 安装 VirtualBox.
  2. 下载所需的ANDROID X86安装ISO iso-file
  3. 创建这样的虚拟机:Linux 2.6/Other Linux, 512 Mb RAM, HD 2 Gb. Network: PCnet-Fast III, attached to NAT. 你也可以用 bridged adapter, 但这需要你的网络中有 DHCP 服务器.
  4. 安装虚拟机中安装 Android x86,并运行.
  5. Alt+F1, 输入netcfg, 记住显示出来的 IP, 按 Alt+F7.
  6. 在你的WINDOWS中运行 cmd, 切换到 Android tools 目录, 输入adb connect <virtual_machine_IP>
  7. 运行 Eclipse, 打开 ADT plugin, 找到相应的ANDROID X86 device, 搞定!

 

 

转自:http://stackoverflow.com/questions/1554099/slow-android-emulator

原文:

Try Android x86. It works much more faster than Google Android emulator. Follow these steps:

  1. Install VirtualBox.
  2. Download iso-file that you need
  3. Create a virtual machine Linux 2.6/Other Linux, 512 Mb RAM, HD 2 Gb. Network: PCnet-Fast III, attached to NAT. You can also use bridged adapter, but you need a DHCP server in your environment.
  4. Install Android x86 on the emulator, run it.
  5. Press Alt+F1, type netcfg, remember the IP, press Alt+F7.
  6. Run cmd on your XP, change dir to your Android tools dir, type adb connect <virtual_machine_IP>
  7. Start Eclipse, open ADT plugin, find the device, enjoy!

 

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐