Can I tweak my android emulator to make it fast?

前端 未结 13 1392
星月不相逢
星月不相逢 2020-12-07 09:16

I am using the android emulator to run my programs. But its really slow. It takes around 90 seconds to startup and show the home screen. Can I tweak it so that I can reduce

相关标签:
13条回答
  • 2020-12-07 10:11
    1. The -no-boot-anim parameter is good.
    2. Don't turn the emulator off, just re-launch your app.
    3. For further speedups, try the new snapshot feature, which is described here.
    0 讨论(0)
提交回复
热议问题