How to fix Plugin.Iconize.FontAwesome.dll.so not found on a Xamarin Forms project?How do I enumerate an enum in C#?How do I get a consistent byte representation of strings in C# without manually specifying an encoding?How do I generate a random int number?What is a NullReferenceException, and how do I fix it?INavigationService as MainPage constructor argumentCan't run android emulator for Xamarin.formsError occurs when debugging Xamarin projectC#/Xamarin: Appearing/Disappearing events don't fireString.Copy not available in Xamarin PCL project?Xamarin Forms Deploy error Could not load assembly 'System.Memory'

How does this change to the opportunity attack rule impact combat?

Should I dumb down my writing in a foreign country?

Why aren't nationalizations in Russia described as socialist?

Are the Night's Watch still required?

Did the manned NASA capsules rotate during descent?

Word for Food that's Gone 'Bad', but is Still Edible?

Why did Thanos need his ship to help him in the battle scene?

How to use dependency injection and avoid temporal coupling?

Wrong answer from DSolve when solving a differential equation

What does this wavy downward arrow preceding a piano chord mean?

What exactly are the `size issues' preventing formation of presheaves being a left adjoint to some forgetful functor?

Introducing Gladys, an intrepid globetrotter

I need a disease

How can I roleplay a follower-type character when I as a player have a leader-type personality?

SafeCracker #3 - We've Been Blocked

Would glacier 'trees' be plausible?

Is there an official reason for not adding a post-credits scene?

Point of the Dothraki's attack in GoT S8E3?

Is there an idiom that support the idea that "inflation is bad"?

Why does this derived table improve performance?

29er Road Tire?

What are the differences between credential stuffing and password spraying?

Are there any of the Children of the Forest left, or are they extinct?

How to increase the size of the cursor in Lubuntu 19.04?



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


How do I enumerate an enum in C#?How do I get a consistent byte representation of strings in C# without manually specifying an encoding?How do I generate a random int number?What is a NullReferenceException, and how do I fix it?INavigationService as MainPage constructor argumentCan't run android emulator for Xamarin.formsError occurs when debugging Xamarin projectC#/Xamarin: Appearing/Disappearing events don't fireString.Copy not available in Xamarin PCL project?Xamarin Forms Deploy error Could not load assembly 'System.Memory'






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















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 :



  1. Plugin.Iconize

  2. Plugin.Iconize.FontAwesome

Also I followed the instructions here to initiate the plugin (https://github.com/jsmarcus/Iconize)



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"/>









share|improve this question




























    0















    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 :



    1. Plugin.Iconize

    2. Plugin.Iconize.FontAwesome

    Also I followed the instructions here to initiate the plugin (https://github.com/jsmarcus/Iconize)



    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"/>









    share|improve this question
























      0












      0








      0








      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 :



      1. Plugin.Iconize

      2. Plugin.Iconize.FontAwesome

      Also I followed the instructions here to initiate the plugin (https://github.com/jsmarcus/Iconize)



      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"/>









      share|improve this question














      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 :



      1. Plugin.Iconize

      2. Plugin.Iconize.FontAwesome

      Also I followed the instructions here to initiate the plugin (https://github.com/jsmarcus/Iconize)



      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"/>






      c# xamarin.forms prism






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 22 at 23:13









      p90n33rp90n33r

      1




      1






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Maybe not a direct answer to your problem, but in case you didn't know: you don't need to use a plugin for font icons anymore. https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#display-font-icons



          With Xamarin.Forms 3.6 you can use a FontImageSource to display a font icon. Your app will be a bit smaller when using built in techniques.



          <Image BackgroundColor="#D1D1D1">
          <Image.Source>
          <FontImageSource Glyph=""
          FontFamily="OnPlatform iOS=FontAwesome, Android=fontawesome.ttf#"
          Size="44" />
          </Image.Source>
          </Image>





          share|improve this answer























          • Thank you. I know about this, but I wanted to know why iconize does not work with prism. What I am doing wrong.

            – p90n33r
            Mar 27 at 0:04











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55308945%2fhow-to-fix-plugin-iconize-fontawesome-dll-so-not-found-on-a-xamarin-forms-projec%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          Maybe not a direct answer to your problem, but in case you didn't know: you don't need to use a plugin for font icons anymore. https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#display-font-icons



          With Xamarin.Forms 3.6 you can use a FontImageSource to display a font icon. Your app will be a bit smaller when using built in techniques.



          <Image BackgroundColor="#D1D1D1">
          <Image.Source>
          <FontImageSource Glyph=""
          FontFamily="OnPlatform iOS=FontAwesome, Android=fontawesome.ttf#"
          Size="44" />
          </Image.Source>
          </Image>





          share|improve this answer























          • Thank you. I know about this, but I wanted to know why iconize does not work with prism. What I am doing wrong.

            – p90n33r
            Mar 27 at 0:04















          1














          Maybe not a direct answer to your problem, but in case you didn't know: you don't need to use a plugin for font icons anymore. https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#display-font-icons



          With Xamarin.Forms 3.6 you can use a FontImageSource to display a font icon. Your app will be a bit smaller when using built in techniques.



          <Image BackgroundColor="#D1D1D1">
          <Image.Source>
          <FontImageSource Glyph=""
          FontFamily="OnPlatform iOS=FontAwesome, Android=fontawesome.ttf#"
          Size="44" />
          </Image.Source>
          </Image>





          share|improve this answer























          • Thank you. I know about this, but I wanted to know why iconize does not work with prism. What I am doing wrong.

            – p90n33r
            Mar 27 at 0:04













          1












          1








          1







          Maybe not a direct answer to your problem, but in case you didn't know: you don't need to use a plugin for font icons anymore. https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#display-font-icons



          With Xamarin.Forms 3.6 you can use a FontImageSource to display a font icon. Your app will be a bit smaller when using built in techniques.



          <Image BackgroundColor="#D1D1D1">
          <Image.Source>
          <FontImageSource Glyph=""
          FontFamily="OnPlatform iOS=FontAwesome, Android=fontawesome.ttf#"
          Size="44" />
          </Image.Source>
          </Image>





          share|improve this answer













          Maybe not a direct answer to your problem, but in case you didn't know: you don't need to use a plugin for font icons anymore. https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#display-font-icons



          With Xamarin.Forms 3.6 you can use a FontImageSource to display a font icon. Your app will be a bit smaller when using built in techniques.



          <Image BackgroundColor="#D1D1D1">
          <Image.Source>
          <FontImageSource Glyph=""
          FontFamily="OnPlatform iOS=FontAwesome, Android=fontawesome.ttf#"
          Size="44" />
          </Image.Source>
          </Image>






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 23 at 0:03









          Sven-Michael StübeSven-Michael Stübe

          11.5k43280




          11.5k43280












          • Thank you. I know about this, but I wanted to know why iconize does not work with prism. What I am doing wrong.

            – p90n33r
            Mar 27 at 0:04

















          • Thank you. I know about this, but I wanted to know why iconize does not work with prism. What I am doing wrong.

            – p90n33r
            Mar 27 at 0:04
















          Thank you. I know about this, but I wanted to know why iconize does not work with prism. What I am doing wrong.

          – p90n33r
          Mar 27 at 0:04





          Thank you. I know about this, but I wanted to know why iconize does not work with prism. What I am doing wrong.

          – p90n33r
          Mar 27 at 0:04



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55308945%2fhow-to-fix-plugin-iconize-fontawesome-dll-so-not-found-on-a-xamarin-forms-projec%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

          은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현