3

The problem is when I want to start the emulator nothing happens

Only this appears:

Waiting for device.
"C:\Program Files (x86)\Android\android-studio\sdk\tools\emulator.exe" -avd Test-AVD -netspeed full -netdelay no

Even if I create a complete new project it doesn't work.

I waited for 60 mins nothing happens. Thats why I'm asking.

Does anyone have an idea how to fix it ?

best regards

Salexes
  • 187
  • 1
  • 2
  • 20
  • May be this post will do for you: http://stackoverflow.com/questions/16717064/android-emulator-in-android-studio-doesnt-start?rq=1 – Mixaz Oct 30 '14 at 22:34

1 Answers1

2

Well, Android Studio is waiting for you to start the virtual device. You can do that from AVD Manager --> 'Select the device you chose in Android Studio' --> Start. I hope this answers your question