When attempting to compile my Xamarin.Android app I get the compile error:
Error 3 The file \"obj\\Debug\\android\\bin\\packaged_resources\" does no
I had the same problem. To solve I had to remove all nuget packages from droid project, and reinstalled xamarin.forms again (has to be same version used in other projects).