本文介绍了不幸的是,应用程序已停止Xamarin C#Android的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
使用Windows 10,带有Xamarin C#Android的Visual Studio.
Using Windows 10, Visual Studio with Xamarin C# Android.
得到无法连接到logcat,使进程ID返回0",并且不幸的是,应用程序已停止."
Getting "couldn't connect to logcat get process id returned 0" and "unfortunately application has stopped."
我该如何解决?谢谢.
http://i.stack.imgur.com/j2hrV.jpg
推荐答案
在Visual Studio中转到您的Android项目属性".
在"Android选项"中,取消选中打包"中的使用共享运行时" .
它将在您的设备上部署应用程序以及运行应用程序.
Go to Your Android "Project Properties"in Visual Studio.
In "Android Option" uncheck "Use Shared Runtime" from "packaging".
It will deploy application as well run application on your device.
这篇关于不幸的是,应用程序已停止Xamarin C#Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!