[mono-android] Unable to deploy app

Jonathan Pryor jonp at xamarin.com
Tue Oct 2 21:09:03 UTC 2012


On Oct 1, 2012, at 3:34 AM, mihaivader <mihaihui at yahoo.com> 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



More information about the Monodroid mailing list