I am trying to use Plugin.Iconize on a Xamarin.Forms with Prism app with Unity Container.
I added the following extensions to my solution and to my Android project :
when I deploy the app to an emulator i get the following erros on logcat:
Time Device Name Type PID Tag Message
03-23 02:56:46.706 Android_Accelerated_x86_Oreo Debug 11975 Mono AOT: image '/Users/builder/jenkins/workspace/xamarin-android-d15-9/xamarin-android/external/mono/sdks/out/android-x86_64-release/lib/mono/aot-cache/amd64/Plugin.Iconize.FontAwesome.dll.so' not found: dlopen failed: library "/data/app/com.companyname.PrismIconizeTest-x8vgXtp97tH1gQpbDIrahg==/lib/x86_64/libaot-Plugin.Iconize.FontAwesome.dll.so" not found
I am trying to use Plugin.Iconize on a Xamarin.Forms with Prism app with Unity Container. I added the following extensions to my solution and to my Android project :
when I deploy the app to an emulator i get the following erros on logcat:
Time Device Name Type PID Tag Message 03-23 02:56:46.706 Android_Accelerated_x86_Oreo Debug 11975 Mono AOT: image '/Users/builder/jenkins/workspace/xamarin-android-d15-9/xamarin-android/external/mono/sdks/out/android-x86_64-release/lib/mono/aot-cache/amd64/Plugin.Iconize.FontAwesome.dll.so' not found: dlopen failed: library "/data/app/com.companyname.PrismIconizeTest-x8vgXtp97tH1gQpbDIrahg==/lib/x86_64/libaot-Plugin.Iconize.FontAwesome.dll.so" not found
this is my XAML code :