Project not selected to build for this solution configuration

Xavier Peña picture Xavier Peña · Jun 7, 2016 · Viewed 64k times · Source

The error:

>------ Skipped Deploy: Project: DrawShape.Android, Configuration: Debug Any CPU ------
>Project not selected to build for this solution configuration 

The configuration in Configuration Manager seems correct:

Configuration Manager

This is the code of the project I am trying to build:

https://github.com/chrispellett/Xamarin-Forms-Shape


What I have tried so far:

Changing from Any CPU to x86 and back.

Setting the Build checkbox to false and then back to true.

Answer

Morteza Zabihi picture Morteza Zabihi · Oct 8, 2016

As Kowalski said, You must check Deploy Option on Configuration Manager. RightClick on the solution and select Configuration Manager. Then Check Deploy Option for the startup Project. As this image

enter image description here