I recently installed the Xamarin platform and I created the Xamarin.Forms Shared project using VS2015, and in the Droid References project I get a yellowish icon in the System.ObjectModel library, as you can see ... 
The strange thing is that at the beginning everything compiles, but when I add Cross-Platform -> Forms Xaml Page , the compiler throws an error when calling the InitializeComponent() method. 
I tried to manually reference System.ObjectModel.dll to the path C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades with no luck. When I right click on the properties, I get this 
but in the file system properties everything seems to be correct. 
All of the above contains default options.
Does this happen to you or to you? (I tested it on two computers)
If you have any questions, I will update the post after this post ...
dll visual-studio-2015 xamarin.android xamarin.forms object-model
CodeArtist
source share