0

How do I please to make the AVD correctly works ?

When I try to start a virtual device, I get the following message :

enter image description here

How do I to fix that, please?

1 Answers1

0

Are you starting Android Virtual machine from within eclipse or directly ?

If you are running it from eclipse then before starting eclipse just make sure to run the below command:

sudo export UBUNTU_MENUPROXY=0

Now start the eclipse and try running AVD from it. I hope this helps. It solved this issue at my end when I faced the similar problem.

node_analyser
  • 141
  • 1
  • 1
  • 4
  • I'm starting it from Android studio. – user3719670 Jun 10 '14 at 17:42
  • That haven't worked. I'm still getting the posted error message. – user3719670 Jun 10 '14 at 17:52
  • Oh I see. Many times this error arises because of root issues. In my case, I installed eclipse as root but AVD was being configured for normal user. Well there may be several reasons for your problem. I hope this google search can help http://bit.ly/1mG8Ris – node_analyser Jun 11 '14 at 07:06