Difficulty in running the emulator for Android

4

I can not run the Android emulator emulator.

If I try to run the application I get a message from IDE :

  

The Selected Emulator is not running. Do you want to start it?

Of course, you do not have an emulator running, and the IDE also can not start.

When you open the Android SDK Manager / Android Virtual Device Manager / em> and click Start I get the following:

How to solve this?

    
asked by anonymous 18.05.2014 / 00:10

2 answers

3

Try the following.

Copy the .android folder located on the D:\ partition to the root folder of your user, for example C:\Users\Foo\ this should solve the problem.

    
18.05.2014 / 14:15
1

If there is an accent in the name of your windows user sdk could not recognize the path, in this link below you have an explanation of how to solve this type of problem:

link

    
18.05.2014 / 02:34