xabre / xamarin-forms-tab-badge

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
MIT License
307 stars 75 forks source link

38 "Skipping App1.Droid.Resource..." warnings when building Xamarin.Droid #72

Closed nlhaney87 closed 5 years ago

nlhaney87 commented 5 years ago

I created a new Mobile App (Xamarin.Forms) project in Visual Studio 2019 with the Master-Detail template. I built the shared project and the android project after creating it, and it built with no warnings or errors. I then installed Plugin.Badge 2.1.2 to the solution and again built the shared project and the android project,, but this time received 36 warnings from the android project (see attached screenshot). Are these warnings are of any concern and can I fix them? Issue

xabre commented 5 years ago

This is due to the different nuget package versions used by the plugin and your project, due to different XF versions (older for the badge). The next release will increase the minimum XF version to 4.0.0.425677 and should solve these warnings.

xabre commented 5 years ago

Should be fixed by v2.2.0. Give it a try and reopen if still an issue.

nlhaney87 commented 5 years ago

Upgrading to 2.2.0 got rid of the warnings. Thank you for the prompt response and fix.