Error to debugging App in Xamarin

0

I have an App for Android in Xamarin with Visual Studio 2017 ... but when I try to debug it in Visual Studio 2015 I get the following error ...

Android application is debugging.

The application could not be started. Ensure that the application has been installed to the target device and has a launchable activity (MainLauncher = true).

Additionally, check Build-> Configuration Manager to ensure this project is set to Deploy for this configuration.

Could someone tell me what the problem is? If I debug it from VS 2017 I have no problem, but in 2015 there is no case ...

Thanks to everyone!

    
asked by Matias 07.04.2017 в 16:08
source

1 answer

0

I have already found the solution to the problem ...

After publishing here, I continued searching the internet for the solution of the problem and it is the following ...

I ran the App from Visual Studio 2017 to install it on the device (in my case it was a tablet), then I stopped the VS debug and uninstalled the App ... after that I went to the PC where it is installed Visual Studio 2015 and I ran the solution again, this time without any problem ...

Why I did not find the problem, what I deduce is that there are compatibility errors between the Xamarin or the SDK versions between both Visual Studio, since the 2017 version is integrated with Xamarin and for the 2015 version it is necessary to install it separately.

Thanks to everyone who took the time to read the publication.

    
answered by 07.04.2017 / 16:28
source