我还有Xamarin问题。问完我以前的问题后,我设法使其运行而没有错误或警告,但是问题是,当我运行它时,它显示消息“ MyApp.Android已停止”。我试图在平板电脑Samsung 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。请帮助我解决这个问题。
答案 0 :(得分:0)
依次尝试以下内容
1-从您的设备中删除该应用
2-删除在MyApp.Android文件夹中找到的bin和obj文件夹
3-恢复您的NuGet软件包
4-关闭并重新打开Visual Studio
5-执行解决方案重建
6-使用播放按钮部署到设备
我之前已经通过此过程解决了SIGSEGV问题。