Why can't I boot an AVD from Eclipse with 1024 MB of RAM?

前端 未结 6 507
时光说笑
时光说笑 2021-02-02 03:07

So, like a lot of people starting Android development with Eclipse, even with a fast machine, I notice that the emulator runs frustratingly slow.

I search SO for any ti

6条回答
  •  心在旅途
    2021-02-02 04:10

    1. Open C:\Users\your user.android\avd\yourAVD.avd\config.ini
    2. change

      hw.ramSize=1024

    to

    hw.ramSize=1024M
    

    this worked for me :-) hope it will help!

提交回复
热议问题