Cannot Deploy Xamarin App Correctly

My Android app does not build and deploy correctly. When starting a new instance, it launches my application on a physical mobile device, and I can debug it in Visual Studio. But now it does not launch the application on a mobile device, and when I manually launch the application, it does not debug in Visual Studio. This project has portable classes and uses Xamarin.Forms.

I changed my build action to AndroidManifest.xml.

I changed the location of the files so as not to include characters or spaces.

Attached is what now looks like a result and does nothing after.

Debug issue

In addition, the bottom of the screen, which I excluded, says: "Conecting to logcat: Samsung SM-N9005 ..." and nothing happens.

+4
3

adb

 adb uninstall my.package.id

: [INSTALL_FAILED_UPDATE_INCOMPATIBLE],

+1

, RELEASE DEBUG. DEBUG RELEASE . , UPDATE , , .

+1

The same thing happened with my previously created and tested code. What worked for me was from the emulator output in the visual studio to another tablet if the phone or phone is selected, if the tablet is selected.

0
source

Source: https://habr.com/ru/post/1619870/


All Articles