Android emulator won't boot up

前端 未结 6 1460
别跟我提以往
别跟我提以往 2020-12-29 04:36

I\'m trying to install android sdk and run my first application on my PC (Win7 64 bit). I followed instructions on http://developer.android.com from the beginning to http://

6条回答
  •  轮回少年
    2020-12-29 05:35

    I had the similar problem on OSX. My emulator works fine, but after some runs it won't start. I've solved that by :

    1. Go to .android directory (in my case it was Users//.android
    2. Go to avd folder
    3. Find the emulator that won't start (directory name will be the same as emulator)
    4. Remove all .img files from there. Do not remove .ini files.
    5. Try to run the simulator again.

提交回复
热议问题