Android emulator crashing on Windows 7 64 Bit

泪湿孤枕 提交于 2019-12-06 03:01:49

Emulator runs just fine for me on 64 bit Windows 7. But I have seen emulator crashing when trying to debug. I could start it on it's own, but when I tried to run it from eclipse it crashed. Try this:

  1. Close eclipse and kill adb process
  2. Delete your virtual device and create a new one
Deepak

I had the same problem as you and realised that it was the firewal that was blocking it. So I went to the program exe, right click -> properties and in compatibility click on run as administrator. Then try running the program and you will get a firewall promt asking if you want to the give the program access, choose yes and sorted. You should have the AVD working now.

I was running 64-bit ADT with 64-bit Windows 7 and 64-bit Java. First time I ran the ADT, adb crashed. I then re-ran ADT using Run As Administrator, and adb did not crash.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!