I have update xamarin android for visual studio recently. After updating, i'm not able to deploy the application which i have previously created(both in Xamarin.Forms and Xamarin.Android). Getting Below error
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.
I checked build configuration it is fine.
Does any one faced this issue..?