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;
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 :
- Plugin.Iconize
- 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
add a comment |
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 :
- Plugin.Iconize
- 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
add a comment |
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 :
- Plugin.Iconize
- 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
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 :
- Plugin.Iconize
- 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
c# xamarin.forms prism
asked Mar 22 at 23:13
p90n33rp90n33r
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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>
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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>
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
add a comment |
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>
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
add a comment |
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>
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>
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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