0

I used Xamarin Studio and swapped over to Visual Studio for creating Android apps. Although my projects load perfectly, I can't debug them, whenever I click on build it succeeds but when it comes to starting the emulator it just does nothing.

This is the build log I got:

========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 0 failed, 1 skipped ==========

I got nothing more, no errors, no indication of doing anything.

manfcas
  • 1,933
  • 7
  • 28
  • 47

1 Answers1

3

Deploy 0 indicates that your Project is not marked as deploy in the Build configuration. You can set it in the configuration manager that can be opened via Build > Configuration Manager ...

enter image description here

Sven-Michael Stübe
  • 14,560
  • 4
  • 52
  • 103