1

On first run the emulator after starting the Android studio, the emulator starts but Android Studio says No Device Connected. I need to start the emulator till it starts completely and only after that when i start the emulator the next time it gets connected. How can i fix the issue? Android Emulator started but not connected to Android Studio

I am currently running Android Studio AI-141.2024585

PaladiN
  • 4,625
  • 8
  • 41
  • 66
  • reset you `adb`. why don't update your android studio 1.3 which is stable now? – Rustam Aug 14 '15 at 13:12
  • check here http://stackoverflow.com/questions/22667030/restart-adb-from-android-studio – Rustam Aug 14 '15 at 13:14
  • @Rustam restarting the adb solved the problem for that instance but after restarting the windows it is still having the same problem. Android Studio AI-141.2024585 is the 1.3 beta version will try the stable version. – PaladiN Aug 14 '15 at 14:06

2 Answers2

4

Click terminal option at the bottom,

Run command one : adb kill-server

Run command two : adb start-server

See this:

enter image description here

Rubanraj Ravichandran
  • 1,213
  • 2
  • 17
  • 26
-2

For me it happened because somehow adb file from android/sdk/platform-tools missing I resolved it by adding missing adb.Here how you can add missing adb