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!