Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nlhaney87 opened this issue Jul 2, 2019 · 3 comments
Closed
Labels
Milestone

Comments

@nlhaney87
Copy link

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
Copy link
Owner

xabre commented Jul 7, 2019

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 xabre added the bug label Jul 7, 2019
@xabre xabre added this to the 2.2.0 milestone Jul 7, 2019
@xabre
Copy link
Owner

xabre commented Jul 7, 2019

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

@xabre xabre closed this as completed Jul 7, 2019
@nlhaney87
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants