且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android模拟器在Windows 7 64位上崩溃

更新时间:2023-01-24 20:34:51

仿真器在64位Windows 7上对我来说运行得很好.但是我已经看到仿真器在尝试调试时崩溃.我可以自己启动它,但是当我尝试从Eclipse运行它时崩溃了.试试这个:

  1. 关闭日食并杀死adb进程
  2. 删除虚拟设备并创建一个新设备

I am a newbie android developer and so far have only got Hello World running on my android phone.

When I try to run my app in emulator mode I see the emulator window with the keyboard and answer / hangup buttons but I get a windows dialogue before my app runs sayingemulator.exe has stopped responding:

Can anyone else get the emulator to run on 64 bit Windows 7 Professional? I have a 32 bit JDK and run 32 bit Eclipse 3.5.

Thanks for any help

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