Ive just downloaded the latest version of xforms and android libraries. however I get a couple of hundred compile errors, eg,
1>C:\Users\mike\AppData\Local\Xamarin\Android.Support.v7.AppCompat\21.0.3\embedded.\res\values-v21\values.xml(5): error : Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material'.
1>C:\Users\mike\AppData\Local\Xamarin\Android.Support.v7.AppCompat\21.0.3\embedded.\res\values-v21\values.xml(7): error : Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Body1'.
1>C:\Users\mike\AppData\Local\Xamarin\Android.Support.v7.AppCompat\21.0.3\embedded.\res\values-v21\values.xml(9): error : Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Body2'.
ive got the following versions
Xamarin.Android.Support.v7.AppCompat.21.0.3.0
Xamarin.Android.Support.v7.MediaRouter.21.0.3.0
Xamarin.Forms.1.3.2.6316
if I revert the appcompat to version 19.1.0 (the previous version I had) it compiles but im not sure if it will work correctly.