I am attempting to deploy an Android app to the emulator, and am given the following error:
07-21 14:20:43.859 D/Mono ( 1241): Image addref mscorlib[0xb87687e0] -> mscorlib.dll[0xb8767aa0]: 1
07-21 14:20:43.859 D/Mono ( 1241): AOT module 'mscorlib.dll.so' not found: dlopen failed: library "/data/app-lib/TestApp.TestApp-1/libaot-mscorlib.dll.so" not found
07-21 14:20:43.859 D/Mono ( 1241): AOT module '/Users/builder/data/lanes/2923/0590d467/source/monodroid/builds/install/mono-x86/lib/mono/aot-cache/x86/mscorlib.dll.so' not found: dlopen failed: library "/data/app-lib/TestApp.TestApp-1/libaot-mscorlib.dll.so" not found
07-21 14:20:43.859 D/Mono ( 1241): Config attempting to parse: 'mscorlib.dll.config'.
07-21 14:20:43.859 D/Mono ( 1241): Config attempting to parse: '/Users/builder/data/lanes/2923/0590d467/source/monodroid/builds/install/mono-x86/etc/mono/assemblies/mscorlib/mscorlib.config'.
07-21 14:20:43.875 D/Mono ( 1241): Assembly mscorlib[0xb87687e0] added to domain RootDomain, ref_count=1
I am able to deploy to my device with the same API without issue