我还有Xamarin的另一个问题。在提出了以前的问题之后,我设法将其运行而没有ENY错误/警告,但是问题是,当我运行它时,它显示了消息" myapp.android已停止"。我试图在三星SM-T580的平板电脑上运行它。尝试了一些事情(其中之一要解开"快速部署"),我在输出中有错误:
03-13 14:24:46.477 E/mono-rt (15974): No native Android stacktrace (see debuggerd output).
03-13 14:24:46.477 E/mono-rt (15974): =================================================================
03-13 14:24:46.477 E/mono-rt (15974): Got a SIGSEGV while executing native code. This usually indicates
03-13 14:24:46.477 E/mono-rt (15974): a fatal error in the mono runtime or one of the native libraries
03-13 14:24:46.477 E/mono-rt (15974): used by your application.
03-13 14:24:46.477 E/mono-rt (15974): =================================================================
03-13 14:24:46.478 F/libc (15974): Fatal signal 11 (SIGSEGV), code 2, fault addr 0xff335fd8 in tid 15974 (mpanyname.Notes), pid 15974 (mpanyname.Notes)
有帮助的是:https://github.com/edgarka/masterdetailpage.git。请帮助我解决这个问题。
尝试以下顺序
1-从您的设备删除该应用
2-删除MyApp.android文件夹中的垃圾箱和OBJ文件夹
3-还原您的Nuget软件包
4-关闭和重新开放的Visual Studio
5-执行解决方案重建
6-使用播放按钮部署到设备
我以前已经解决了此过程。