a.tarasevich
a.tarasevich

Reputation: 201

The project * needs to be deployed before it can be started

When I starting the project the following error appears:

The project TestProject.Android needs to be deployed before it can be started. Verify the project is selected to be deployed in the Solution Configuration Manager.

In the Configuration Manager Build and Deploy configurations enabled for Any CPU.

Note: reproduce only on Visual Studio 2019. On the previous version (2017) all works as expected.

Upvotes: 3

Views: 1156

Answers (1)

Pradeepta kumar panda
Pradeepta kumar panda

Reputation: 41

You can simply change the settings in your Solution as:

 right-click the Solution -->then go to "Configuration Manager" -->then check "deploy" for your required platform project.

Hope!! It will work..

Upvotes: 4

Related Questions