Hi. I just installed Xamarin Studio on my mac. When trying to build a new project for xamarin forms on android I get the following errors:
/Users/mariano/Projects/AdoptMeTest/Droid/Resources/values/styles.xml(0,0): Error APT0000: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'. (APT0000) (AdoptMeTest.Droid)
/Users/mariano/Projects/AdoptMeTest/Droid/Resources/values/styles.xml(0,0): Error APT0000: No resource found that matches the given name: attr 'colorAccent'. (APT0000) (AdoptMeTest.Droid)
/Users/mariano/Projects/AdoptMeTest/Droid/Resources/values/styles.xml(0,0): Error APT0000: No resource found that matches the given name: attr 'colorPrimary'. (APT0000) (AdoptMeTest.Droid)
/Users/mariano/Projects/AdoptMeTest/Droid/Resources/values/styles.xml(0,0): Error APT0000: No resource found that matches the given name: attr 'colorPrimaryDark'. (APT0000) (AdoptMeTest.Droid)
/Users/mariano/Projects/AdoptMeTest/Droid/Resources/values/styles.xml(0,0): Error APT0000: No resource found that matches the given name: attr 'windowActionBar'. (APT0000) (AdoptMeTest.Droid)
/Users/mariano/Projects/AdoptMeTest/Droid/Resources/values/styles.xml(0,0): Error APT0000: No resource found that matches the given name: attr 'windowActionModeOverlay'. (APT0000) (AdoptMeTest.Droid)
/Users/mariano/Projects/AdoptMeTest/Droid/Resources/values/styles.xml(0,0): Error APT0000: No resource found that matches the given name: attr 'windowNoTitle'. (APT0000) (AdoptMeTest.Droid)
/Users/mariano/Projects/AdoptMeTest/Droid/Resources/values/styles.xml(0,0): Error APT0000: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.Dialog'. (APT0000) (AdoptMeTest.Droid)
/Users/mariano/Projects/AdoptMeTest/Droid/Resources/values/styles.xml(0,0): Error APT0000: No resource found that matches the given name: attr 'colorAccent'. (APT0000) (AdoptMeTest.Droid)
Any ideas what may be going on?
Thanks.