I'm developing a Android App in VS Pro 2015(Xamarin). Everything worked fine until this morning when I updated my Android device. I'm able to build my application but while deploying to my device I get a bunch of warnings that say @(Content) build action is not supported which other people seem to have fixed by setting the AndroidManifest.xml build action to None but my AndroidManifest.xml's build action is already set to none.
I have checked all the specified files in the warnings. Most of them are .png with Build action set to Android Resource (I've also tried with Build Action -> Content with no luck) and a couple of them are .xml with Build action set to Content.
Here is the screenshot of my code window.
For duplicate markers: I have already tried the Xamarin posts related to this on stack exchange. Hardly there should be 20 posts! But none worked out for me.
