1
私はAsus_Z008D上で自分のアプリケーションを構築したいが、私はこの問題を持っている:致命的なシグナル11(SIGSEGV)、コード1、障害のADDR 0x18のTID 5091で
[Mono] Could not load file or assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
[mono-rt] Stacktrace:
[mono-rt]
[mono-rt]
[mono-rt] Attempting native Android stacktrace:
[mono-rt]
[mono-rt] at ???+0 [0xe20ab667]
[mono-rt] at mono_class_get_field_from_name+31 [0xe20ab73f]
[mono-rt] at ???+31 [0xf2f7e9a2]
[mono-rt] at ???+31 [0xf2f7ebe3]
[mono-rt] at Java_mono_android_Runtime_init+2127 [0xf2f812b0]
[mono-rt] at ???+2127 [0xe29dcde2]
[mono-rt]
[mono-rt] =================================================================
[mono-rt] Got a SIGSEGV while executing native code. This usually indicates
[mono-rt] a fatal error in the mono runtime or one of the native libraries
[mono-rt] used by your application.
[mono-rt] =================================================================
[mono-rt]
[libc] Fatal signal 11 (SIGSEGV), code 1, fault addr 0x18 in tid 5091 (ru.roadaccident)
アプリケーションはLaunchScreenに墜落し、主な活動でブレークポイントとLaunchScreenは機能しません。他のデバイスでもアプリはうまく動作します。 Xamarin StudioでXamarin.Formsを使用しています。私を助けてください;
私は解決策を解決するために、この奇妙なエラーが発生しました。 –
私は溶液をきれいにしようとしました。それは役に立たなかった。 – DiegoV