I previously developed on Eclipse and just migrated to Android Studio. Everything works fine, it\'s better and faster.
I work on real device, and Android Studio reco
What I usually do when I get this error is restarting the adb
server by typing in the command into Terminal
:
adb kill-server
adb start-server
However this can be achieved in Android Studio. Clicking the Monitor
button you can launch the same program you have referenced from Eclipse.
If you do not see this you may need to update your Platform Tools
from the SDK Manager button.