No project selected to create this solution configuration

Mistake:

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

The configuration in Configuration Manager looks right:

Configuration manager

This is the project code I'm trying to build:

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




What I have tried so far:

Transition from any processor to x86 and vice versa.

Set the Build checkbox to false, and then return to true.

+44
c # visual-studio-2015 xamarin
Jun 07 '16 at 9:07 on
source share
3 answers

Like Kowalski , you should check the deployment option in Configuration Manager. RightClick in the solution and select Configuration Manager. Then check the deployment option to start the project. Like this image

enter image description here

+71
Oct 08 '16 at 6:18
source share

go To Build => Configuration Manager. then select the deployment check box to start the project. Ps. make sure you select your startup project by right-clicking on the project => as a startup project

+1
04 Oct '17 at 7:47 on
source share

Select Deployment also from Configuration Manager for Android project

0
Jan 18 '17 at 15:46
source share



All Articles