I'm running Xamarin Studio on OS X Mavericks, building an Android app with latest API version (19?), running it on Galaxy S4. I can run my app on the device in Release just fine. When I try to run in debug mode with some breakpoints, the app just crashes, the ActivityManager kills it after a bunch of failures. I'm new to this stuff so hopefully someone can pick out what my problem might be... here's the logcat
01-10 23:15:21.914: D/dalvikvm(8672): Trying to load lib /data/app-lib/Recon.Recon-1/libmonodroid.so 0x428b7158
01-10 23:15:21.914: D/dalvikvm(8672): Added shared lib /data/app-lib/Recon.Recon-1/libmonodroid.so 0x428b7158
01-10 23:15:21.924: W/libc(8672): WARNING: generic atexit() called from legacy shared library
01-10 23:15:21.924: D/Mono(8672): Image addref mscorlib[0x6ffe3d38] -> mscorlib.dll[0x6ffaf258]: 1
01-10 23:15:21.924: D/Mono(8672): AOT failed to load AOT module mscorlib.dll.so: Cannot load library: load_library(linker.cpp:746): library "/data/data/Recon.Recon/lib/mscorlib.dll.so" not found
01-10 23:15:21.934: D/AndroidRuntime(8675): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
01-10 23:15:21.934: D/AndroidRuntime(8675): CheckJNI is OFF
01-10 23:15:21.934: D/AndroidRuntime(8675): setted country_code = Canada
01-10 23:15:21.934: D/AndroidRuntime(8675): setted countryiso_code = CA
01-10 23:15:21.934: D/AndroidRuntime(8675): setted sales_code = RWC
01-10 23:15:21.934: D/AndroidRuntime(8675): readGMSProperty: start
01-10 23:15:21.934: D/AndroidRuntime(8675): readGMSProperty: already setted!!
01-10 23:15:21.934: D/AndroidRuntime(8675): readGMSProperty: end
01-10 23:15:21.934: D/AndroidRuntime(8675): addProductProperty: start
01-10 23:15:21.944: D/dalvikvm(8675): Trying to load lib libjavacore.so 0x0
01-10 23:15:21.944: D/Mono(8672): GC_MAJOR: (mature allocation failure) pause 0.67ms, total 0.64ms, bridge 0.00ms major 112K/32K los 0K/0K
01-10 23:15:21.944: D/Mono(8672): Assembly mscorlib[0x6ffe3d38] added to domain RootDomain, ref_count=1
01-10 23:15:21.954: D/dalvikvm(8675): Added shared lib libjavacore.so 0x0
01-10 23:15:21.954: D/Mono(8672): Image addref Recon[0x40053af8] -> Recon.dll[0x6ffbb2d0]: 1
01-10 23:15:21.954: D/Mono(8672): Assembly Recon[0x40053af8] added to domain RootDomain, ref_count=1
01-10 23:15:21.954: D/Mono(8672): AOT failed to load AOT module Recon.dll.so: Cannot load library: load_library(linker.cpp:746): library "/data/data/Recon.Recon/lib/Recon.dll.so" not found
01-10 23:15:21.954: W/monodroid-gc(8672): GREF GC Threshold: 46800
01-10 23:15:21.954: D/Mono(8672): Image addref Mono.Android[0x7015cbd8] -> Mono.Android.dll[0x40056960]: 1
01-10 23:15:21.954: D/Mono(8672): Assembly Mono.Android[0x7015cbd8] added to domain RootDomain, ref_count=1
01-10 23:15:21.954: D/Mono(8672): AOT failed to load AOT module Mono.Android.dll.so: Cannot load library: load_library(linker.cpp:746): library "/data/data/Recon.Recon/lib/Mono.Android.dll.so" not found
01-10 23:15:21.954: D/dalvikvm(8675): Trying to load lib libnativehelper.so 0x0
01-10 23:15:21.954: D/dalvikvm(8675): Added shared lib libnativehelper.so 0x0
01-10 23:15:21.954: W/Mono(8672): The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0
01-10 23:15:21.954: D/Mono(8672): Unloading image mscorlib.dll [0x70186b80].
01-10 23:15:21.954: D/Mono(8672): Assembly Ref addref Mono.Android[0x7015cbd8] -> mscorlib[0x6ffe3d38]: 2
01-10 23:15:21.974: W/MonoDroid(8672): Xamarin/Android Trial Mode Active
01-10 23:15:21.974: D/Mono(8672): DllImport attempting to load: '/system/lib/liblog.so'.
01-10 23:15:21.974: D/Mono(8672): DllImport loaded library '/system/lib/liblog.so'.
01-10 23:15:21.974: D/Mono(8672): DllImport searching in: '/system/lib/liblog.so' ('/system/lib/liblog.so').
01-10 23:15:21.974: D/Mono(8672): Searching for '__android_log_print'.
01-10 23:15:21.974: D/Mono(8672): Probing '__android_log_print'.
01-10 23:15:21.974: D/Mono(8672): Found as '__android_log_print'.
01-10 23:15:21.984: W/Mono(8672): The request to load the assembly System.Core v2.0.5.0 was remapped to v3.5.0.0
01-10 23:15:21.984: D/Mono(8672): Image addref System.Core[0x70437db8] -> System.Core.dll[0x4017d820]: 1
01-10 23:15:21.984: D/Mono(8672): Assembly System.Core[0x70437db8] added to domain RootDomain, ref_count=1
01-10 23:15:21.984: D/Mono(8672): AOT failed to load AOT module System.Core.dll.so: Cannot load library: load_library(linker.cpp:746): library "/data/data/Recon.Recon/lib/System.Core.dll.so" not found
01-10 23:15:21.984: D/Mono(8672): Assembly Ref addref Mono.Android[0x7015cbd8] -> System.Core[0x70437db8]: 2
01-10 23:15:21.984: W/Mono(8672): The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0
01-10 23:15:21.984: D/Mono(8672): Unloading image mscorlib.dll [0x408580d8].
01-10 23:15:21.984: D/Mono(8672): Assembly Ref addref System.Core[0x70437db8] -> mscorlib[0x6ffe3d38]: 3
01-10 23:15:21.994: D/Mono(8672): Assembly Ref addref Recon[0x40053af8] -> Mono.Android[0x7015cbd8]: 2
01-10 23:15:22.144: D/dalvikvm(8675): Note: class Landroid/app/ActivityManagerNative; has 169 unimplemented (abstract) methods
01-10 23:15:22.194: D/AndroidRuntime(8675): Calling main entry com.android.commands.am.Am
<b>**01-10 23:15:22.234: I/ActivityManager(700): Killing proc 8672:Recon.Recon/u0a10208: force stop Recon.Recon**</b>
01-10 23:15:22.234: W/ContextImpl(700): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1323 com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked:12306 com.android.server.am.ActivityManagerService.handleAppDiedLocked:3528 com.android.server.am.ActivityManagerService.removeProcessLocked:4733 com.android.server.am.ActivityManagerService.killPackageProcessesLocked:4511
01-10 23:15:22.244: W/ContextImpl(700): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1323 com.android.server.am.ActivityManagerService.computeOomAdjLocked:14816 com.android.server.am.ActivityManagerService.computeOomAdjLocked:14476 com.android.server.am.ActivityManagerService.updateOomAdjLocked:15107 com.android.server.am.ActivityManagerService.updateOomAdjLocked:15299
01-10 23:15:22.244: W/ContextImpl(700): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1323 com.android.server.am.ActivityManagerService.computeOomAdjLocked:14822 com.android.server.am.ActivityManagerService.computeOomAdjLocked:14476 com.android.server.am.ActivityManagerService.updateOomAdjLocked:15107 com.android.server.am.ActivityManagerService.updateOomAdjLocked:15299
Many thanks...