Android X86模拟器的使用配置方法
使用Android x86模拟器,可以解决ARM模拟器速度慢的问题!!
下载 Android x86. 它的速度比ANDROID SDK的模拟器速度快多了,按以下步骤配置:
安装 VirtualBox.
下载所需的ANDROID X86安装ISO iso-file www.zzzyk.com
创建这样的虚拟机:Linux 2.6/Other Linux, 512 Mb RAM, HD 2 Gb. Network: PCnet-Fast III, attached to NAT. 你也可以用 bridged adapter, 但这需要你的网络中有 DHCP 服务器.
安装虚拟机中安装 Android x86,并运行.
按Alt+F1, 输入netcfg, 记住显示出来的 IP, 按 Alt+F7.
在你的WINDOWS中运行 cmd, 切换到 Android tools 目录, 输入adb connect <virtual_machine_IP>
运行 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:
Install VirtualBox.
Download iso-file that you need
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.
Install Android x86 on the emulator, run it.
Press Alt+F1, type netcfg, remember the IP, press Alt+F7.
Run cmd on your XP, change dir to your Android tools dir, type adb connect <virtual_machine_IP>
Start Eclipse, open ADT plugin, find the device, enjoy!
摘自 michaelpp的专栏
补充:移动开发 , Android ,