Android Emulator Freezing On Startup

后端 未结 3 672
梦谈多话
梦谈多话 2021-01-27 14:41

I am trying to run an Android emulator on Ubuntu 11.10 x64 with Eclipse 3.7. I have installed the SDK, the plugin for Eclipse, have set my PATH variables to include the android-

相关标签:
3条回答
  • 2021-01-27 15:24

    For me the solution was while the emulator stuck on Waiting for HOME ('android.process.acore') to be launched. Launch your app again.and now it will start installing your app.

    or you can try starting emulator from AVD manager.

    0 讨论(0)
  • 2021-01-27 15:30

    Try starting your emulator on the command line by this command : (cd to your tools folder of your android sdk before that)

    emulator -avd avdname

    0 讨论(0)
  • 2021-01-27 15:31

    Turns out the problem was with VirtualBox (didn't think to mention this, sorry). Unchecking 3D Acceleration caused the emulator to run correctly.

    0 讨论(0)
提交回复
热议问题