Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin Android App crashes when attempting to debug on a physical device

I am attempting to debug an android app created using Xamarin Forms in Visual Studio 2022. However, the app crashes on launch and no output is shown. When running the app normally, there are no issues. Running or debugging the app on the emulator poses no problems, either. Unfortunately, I have no other information to provide that I can think of.

like image 429
Conrad Markiewicz Avatar asked Sep 19 '25 02:09

Conrad Markiewicz


1 Answers

Just hit this problem, the work around that worked for me was disable "Use Fast Deployment" in the Properties->Android Options.

The build was crashing before any debugger or log output was generated.

like image 150
nick66 Avatar answered Sep 21 '25 19:09

nick66