question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors with Xamarin.Forms 2.5

See original GitHub issue

I’m getting these build warnings when using this package in a Xamarin.Forms project with the Xamarin.Froms version 2.5.0.91635:

2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Boolean.abc_action_bar_embed_tabs_pre_jb. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Boolean.abc_action_bar_expanded_action_views_exclusive. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Boolean.abc_config_allowActionMenuItemTextWithIcon. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Color.hint_foreground_material_dark. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Color.hint_foreground_material_light. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Dimension.abc_dialog_list_padding_vertical_material. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Dimension.abc_search_view_text_min_width. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_btn_rating_star_off_mtrl_alpha. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_btn_rating_star_on_mtrl_alpha. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_dialog_material_background_dark. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_dialog_material_background_light. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_ic_ab_back_mtrl_am_alpha. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_ic_clear_mtrl_alpha. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_ic_go_search_api_mtrl_alpha. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_ic_menu_moreoverflow_mtrl_alpha. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_ic_search_api_mtrl_alpha. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_ic_voice_search_api_mtrl_alpha. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Drawable.abc_ratingbar_full_material. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Integer.abc_max_action_buttons. Please check that your Nuget Package versions are compatible. 2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1344,2): warning XA0106: Skipping TestApp.Droid.Resource.Layout.notification_template_lines. Please check that your Nuget Package versions are compatible.

This issue can be reproduced by creating a new Xamarin.Forms PCL project, updating the Xamarin.Forms NuGet to the newest version. Then if you rebuild you should get no build warnings, but these warnings will show up after adding this NuGet package and rebuilding again.

I’m currently using Microsoft.Identity.Client version 1.1.0-preview

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jmprieurcommented, Nov 22, 2017
0reactions
jmprieurcommented, Dec 11, 2017

Verified. See also #507

Read more comments on GitHub >

github_iconTop Results From Across the Web

Xamarin Forms Migration to MAUI - Build issues
This error usually means that Xamarin.Forms is also working in the MAUI project, please refer to this GitHub issue and check the Xamarin.Forms...
Read more >
Xamarin forms many errors from the beginning
I did already a search and I find a solution to update xamarin forms to latest version but xamarin form has the latest...
Read more >
VS 2017 Xamarin.Forms 2.5.0.121934 Ad-Hoc build error
Good afternoon! After upgrading Visual Studio 2017 for Mac OS, I stopped getting an Ad-Hoc iOS build for my application.
Read more >
Errors when building Xamarin Android (with Forms)
I have Xamarin.Forms version 2.5.0.91635 which was released ~2-3 weeks ago. Here is is my packages.config with Android Support and Forms ...
Read more >
Resolve Image Loading Error in Xamarin Forms - Doumer's Blog
Hello everyone, I had an issue in my Xamarin.Forms project a while ago. The Issue was I could not load images from URLs...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found