Emulator not running

前端 未结 12 2388
误落风尘
误落风尘 2020-12-01 09:49

My AVD Emulator is not running after I changed my Hardisk to other MotherBoard i5 3GHz processor without re-installing OS.

OS: Ubuntu 10.10

my emulator is n

相关标签:
12条回答
  • 2020-12-01 10:06

    Change the resolution of your screen(increase).That did the trick for me

    0 讨论(0)
  • 2020-12-01 10:06

    If you use Windows 8 64 bit with intel processor and NVidia graphics card you should install Windows updates. Specifically : NViDIA driver update for GForce, and intel corporation driver update for HD Graphics.

    0 讨论(0)
  • 2020-12-01 10:07

    There is nothing to be worried about this error you are not creating your Avd according to platform Just Make it Proper will showing you an example

    1 -Android 2.2 ,
    2 -Api Level 8 , 3 -SDCard 1024

    Will definitely work just make it according the Platform!

    0 讨论(0)
  • 2020-12-01 10:10

    I too was having this problem. My symptoms:

    1. I could start Android sessions
    2. Eclipse then displayed the above error
    3. I use Windows Vista, Android SDK 20 and Eclipse 4.2.0

    The actual issue was quite straight forward (noting I did have GPU emulator = yes). It turns out that Eclipse couldn't see the Android session!

    http://www.linkedin.com/groups/Problem-in-executing-code-on-86481.S.138513463

    As such I found

    Android Emulator starts but Eclipse doesn't recognize it

    Restarted ADB server and bobs your uncle (also restarting Eclipse) solution in hand!

    I hope that helps someone else.

    0 讨论(0)
  • 2020-12-01 10:13

    All i did to fix this was :

    1. Removed Device from AVD manager
    2. Create Virtual Device again
    0 讨论(0)
  • 2020-12-01 10:14

    I was having this issue with windows 8 x64. make sure u install the correct driver for your graphics card. The error went away after i installed the correct driver.

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