On Oct 1, 2012, at 3:34 AM, mihaivader <[email protected]> wrote:
> I had monodroid installed and it worked fine (deploy app to emulator/device).
> when the "Select device" pop-up shows up my doesn't appear.
This usually means that `adb devices` isn't showing the devices, the connection
to adbd has been broken, or something has gone horribly wrong.
Please try restarting Visual Studio (but NOT any emulator images) and see if
the devices now appear.
You might also try running:
platform-tools\adb devices
from the Android SDK directory to see if adb sees your devices. If adb doesn't
see them, something is horribly wrong; try:
adb kill-server
adb start-server
and until `adb devices` shows your devices. (Don't start Visual Studio until
`adb devices` behaves.)
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid