Can I tweak my android emulator to make it fast?

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

    While developing my game, Elastic World, I was suffering from the same problem. After waiting minutes for the emulator to startup, the game was running at 20 FPS maximum. Even on low end android devices I could easily get 60 FPS.

    So I moved to a VMWare Android machine, following the instructions from this site: http://www.android-x86.org/documents/installhowto/

    The same game loop now runs at 250 FPS. (it's not playable at this speed and I have the game limited to max 60 FPS, but overriding this limitation it gives 250 FPS)

提交回复
热议问题