Android emulator is very very slow

前端 未结 7 466
耶瑟儿~
耶瑟儿~ 2021-01-01 13:35

My laptop: Intel Core 2 Duo CPU, 2GHz, 1GB RAM.

I created a target with SD Card 512MB, Device RAM size 512, snapshot enabled. I waited for 30 minutes but the

7条回答
  •  情歌与酒
    2021-01-01 14:19

    Android Development Tools (ADT) 9.0.0 (or later) has a feature that allows you to save state of the AVD (emulator), and you can start your emulator instantly. You have to enable this feature while creating a new AVD or you can just create it later by editing the AVD.

    Also I have increased the Device RAM Size to 1024 which results in a very fast emulator.

    Refer the given below screenshots for more information.

    enter image description here

    enter image description here

    And for speeding up your emulator you can refer to Speed up your Android Emulator!:

提交回复
热议问题