使用Android x86模拟器,可以解决ARM模拟器速度慢的问题!!
下载Android x86. 它的速度比ANDROID SDK的模拟器速度快多了,按以下步骤配置:
- 安装VirtualBox.
- 下载所需的ANDROID X86安装ISOiso-file
- 创建这样的虚拟机: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!
本文介绍了一种使用Androidx86替代官方模拟器的方法,通过在VirtualBox上安装Androidx86,可以大幅提升模拟器的运行速度。具体步骤包括安装VirtualBox、下载Androidx86 ISO文件、创建虚拟机并进行配置等。
2343

被折叠的 条评论
为什么被折叠?



