eclipse android emulator not starting

后端 未结 5 677
滥情空心
滥情空心 2020-12-22 07:13

I have some problems with my emulator in eclipse. When I create an AVD and start it, the emulator is running and showing the \"Android\" logo/text, but never moves on from t

相关标签:
5条回答
  • 2020-12-22 07:42

    Use lower specifications for your Android Emulator other than using a host GPU as mentioned by PLG. For details refer to my answer here.

    0 讨论(0)
  • 2020-12-22 07:44

    If you have a processor that supports VT-x, EM64T, and Execute Disable (XD) Bit functionality or in simple terms a core i processor, download intel HAXM android emulator. It is much faster then the default android emulator comes bundled.

    Here is the link: Intel HAXM Android EMUALTOR

    0 讨论(0)
  • 2020-12-22 07:44

    You may have snapshots enabled, in which case, ensure you are selecting 'Wipe Device' in the device manager when you start it.

    I would also suggest you just create a new AVD instance, and start from scratch - this doesn't take very long, and will likely be quicker than trying to debug a failing instance.

    0 讨论(0)
  • 2020-12-22 07:45

    If you have issues with AVD, I'd highly encourage to try Genymotion.

    0 讨论(0)
  • 2020-12-22 07:50

    If You have a PC/Laptop with less than 4GB RAM the emulator will take some time to start up and it will run very slow. Additionally You can tick a box called Use Host GPU in the Emulation Options while crating a new AVD.

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