jsmarcus / Iconize

Use icon fonts in your Xamarin.Forms application!
Other
204 stars 71 forks source link

How to fix Plugin.Iconize.FontAwesome.dll.so not found on a Xamarin Forms project? #136

Open cativo opened 5 years ago

cativo commented 5 years ago

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 :

            <iconize:IconImage
                HeightRequest="20"
                Icon="fas-address-book"
                IconColor="Blue"
                WidthRequest="20"
                BackgroundColor="Black"/>