18

When i try to deploy one android xamarin app to Xamarin Android Player i get this error

1>------ Skipped Deploy: Project: Phoneword, Configuration: Debug Any   CPU ------
1>Project not selected to build for this solution configuration 
========== Deploy: 0 succeeded, 0 failed, 1 skipped ==========

android emulator just works fine

android emulator

but from vs 2015 it doesn't start

vs 2015

what can i check?

Ranjithkumar
  • 16,071
  • 12
  • 120
  • 159
FDB
  • 971
  • 16
  • 32
  • 3
    Possible duplicate of [xamarin android player , not starting within visual studios 2015](http://stackoverflow.com/questions/36420268/xamarin-android-player-not-starting-within-visual-studios-2015) – Sven-Michael Stübe Apr 05 '16 at 15:43

2 Answers2

66

Whenever you see a message such as

========== Deploy: 0 succeeded, 0 failed, 1 skipped ==========

This typically indicates your deploy was skipped.

You need to go to Build -> Configuration Manager and check the respective Deploy checkbox for your Xamarin.Android project.

Jon Douglas
  • 13,006
  • 4
  • 38
  • 51
18

Same as Jon Douglas answer.. But One picture tell 1000 words..

This answer only for lazy people like me..

Step 1 : Build -> Configuration Manager

enter image description here

Step 2: Check the respective 'Deploy' button (In my case android project)

enter image description here

Ranjithkumar
  • 16,071
  • 12
  • 120
  • 159