我在运行Visual的演示应用程序时遇到了一些困难。当我试图在虚拟android设备上运行Visual 2013中的Xamarin演示应用程序时,我要么处于"xamaring已停止错误“的接收端,要么在XamarinStore.MainActivity的ln 24上中断应用程序:
SetContentView (Resource.Layout.Main);
控制台日志内容:
Loaded assembly: MonoDroidConstructors [External] An unhandled exception occured.
08-17 17:40:02.041 E/mono ( 2258): Unable to find seq points for method '(wrapper managed-to-native) System.Diagnostics.Debugger:Mono_UnhandledException_internal (System.Exception)'. 08-17 17:40:02.041 F/ ( 2258): * Assertion at /Users/builder/data/lanes/monodroid-mlion-monodroid-4.12-series/163212a9/source/mono/mono/mini/debugger-agent.c:5241, conditionsp' not met 08-17 17:40:02.041 E/mono-rt ( 2258): Stacktrace: 08-17 17:40:02.041 E/mono-rt ( 2258): 08-17 17:40:02.041 E/mono-rt ( 2258): 08-17 17:40:02.041 E/mono-rt ( 2258): ================================================================= 08-17 17:40:02.041 E/mono-rt ( 2258): Got a SIGABRT while executing native code. This usually indicates 08-17 17:40:02.041 E/mono-rt ( 2258): a fatal error in the mono runtime or one of the native libraries 08-17 17:40:02.041 E/mono-rt ( 2258): used by your application. 08-17 17:40:02.041 E/mono-rt ( 2258): ================================================================= 08-17 17:40:02.041 E/mono-rt ( 2258): Step request failed: Exception of type 'Mono.Debugger.Soft.VMDisconnectedException' was thrown. The program 'Mono' has exited with code 0 (0x0).
xamarin的安装是干净的。我正在运行4.4WSDK-API级别20。
发布于 2014-11-24 14:17:26
这已经通过恢复到较早版本的Android来解决。
https://stackoverflow.com/questions/25554995
复制相似问题