Android Emulator and adb problems
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2010-06-04T22:49:00Z
Indexed on
2010/06/05
7:52 UTC
Read the original article
Hit count: 299
I'm having a problem in that whenever I start a emulator, either manually through the command line, or when debugging from Eclipse, it is never recognized by adb, i.e. 'adb devices' will not list it. I have to manually kill and restart adb every time I want to recognize a new emulator. Surely, something is wrong here?
(I'm on Vista 64-bit)
© Stack Overflow or respective owner