Can I tweak my android emulator to make it fast?

前端 未结 13 1429
星月不相逢
星月不相逢 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:02

    Scaling the emulator down made my emulator load faster...

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

提交回复
热议问题