方法一:

emulator -cpu-delay 0 -no-boot-anim -cache ./cache -avd avd_name

the first two are obvious. the third one will make the memory of the emulator kind of persistent. you can point it to any file that does not get destroyed by boot (such happens with /tmp) it's like a always-on hibernating device.

Try to use a smaller resolution for your emulator as for example HVGA. The emulator gets slower the more pixels its needs to render as it is using software rendering.

Also if you have sufficient memory on your computer, add at least 1 GB of memory to your emulator. This is the value "Device ram size" during the creation of the AVD.

Also set the flag "Enabled" for Snapshots. This will save the state of the emulator and let it start much faster.

The emulator is running actual ARM opcodes. It uses qemu, which is a virtualization system akin to a VirtualBox or VMWare, to accomplish this. That approach maximizes the fidelity between the emulator and real-world devices. Its cost is the ARM->Intel opcode conversion. The only way to significantly speed that up is to speed up the CPU that runs the emulator.

I have not done an exhaustive analysis, but I do not get the sense that qemu and the emulator use multiple cores. Hence, "a faster computer" is governed more by the speed of a single core than how many cores it has.

To the extent possible, I would develop "games and visual effects" on actual Android hardware, using the emulator for testing configurations that you do not own (e.g., QVGA). For example, I've done a reasonable amount of work on video playback apps, and I only bother developing those on hardware, because video playback (and presumably some games) requires graphics acceleration to work well, andqemu does not have a graphics accelerator AFAICT.


如果以上方法都不行,而且慢。可以考虑使用

1)XBOX虚拟android系统或者

2)GenyMotion虚拟机。

3)还不行,对比起,自己花钱买真机。


更多相关文章

  1. AndEngine添加多个动画精灵的方法
  2. Android getResources().getColor() 过时 替代方法111
  3. Android点击事件方法
  4. canvas.drawRoundRect方法,绘制圆角矩形
  5. android抓log方法
  6. android 登陆右上角 的关闭按钮的使用方法
  7. Android AESUtils 工具类与调用方法
  8. sqlit导入外部数据库查找数据方法
  9. Android NDK打印log到logcat的方法

随机推荐

  1. Android之文件读写
  2. Android(安卓)DisplayMetrics类简介
  3. 获取Android(安卓)设备信息——build.pro
  4. Android(安卓)SDK Platforms 提取下载
  5. Android(安卓)MediaStore数据之增删查改
  6. Android(安卓)学习笔记【基础扫盲篇】
  7. Android的两种拍照方法
  8. Android快速开源框架--afinal
  9. android 控件布局(顶部、底部......) 留
  10. Android(安卓)USB通信-实现lsusb