C# – application xamarin cannot be deployed correctly
My Android application is not built and deployed correctly. When a new instance is started, it will start my application to my physical mobile device, and I can debug in visual studio. But now it will not start the application to the mobile device. When I run the application manually, it will not debug in visual studio. This project has portable classes, And use xamarin. Forms
I did change my build action on androidmanifest.xml
I did change the file location to contain no symbols or spaces
The attachment is the current output, and nothing will be done later
In addition, at the bottom of my screen, I excluded – "connect to logcat: Samsung sm-n9005...", and there was no response
resolvent:
Uninstall the ghost of the application using ADB
adb uninstall my.package.id
Reference: failure [install_failed_update_incompatible] even if app appears to not be installed