1

I have been using Eclipse ADT for a while, but recently I deleted it and downloaded it again, and this time when I create AVD, it's not working.

when I start the AVD which I created that's what I get!

So I tried to find a solution and I saw that I should go to

sdk > extras > intel > Hardware_Accelerated_Execution_Manager

and install the intelhaxm. But I get the VT not supported error.

I am running Windows 7 x64 Processor AMD. The AVD used to work before. It was slow, but working. Now it is not working at all.

Zee E.
  • 849
  • 1
  • 9
  • 9

1 Answers1

1
Community
  • 1
  • 1
ashoke
  • 6,441
  • 2
  • 26
  • 25
  • I already did the first point but still nothing changed. My processor is AMD not intel but I guess that doesn't change anything as the AVD used to work fine before. Now I don't know why this happened after deleting eclipse ADT and install it again. – Zee E. Oct 30 '14 at 22:01
  • @ZeeE. another option is, In your AVD manager click `Edit...` and change the image to non-x86, see if that works. – ashoke Oct 30 '14 at 22:07
  • thanks @ashoke. I changed the CPU/ABI to ARM (armeabi-v7a) and it worked. – Zee E. Nov 01 '14 at 19:57