Hi
I'm simply trying to create a new Android project using the Google Play Services. I created my project with the Xamarin Studio on my Mac. I have checked the "Optional Packages: Google Play Services" in the wizard. When I compile my Android project, the following error message is coming:
/Users/cadrz/Projects/ObservoCross/Source/Test/obj/Debug/resourcecache/8469AD97A2F47023064105DFA05BA7E8/res/layout/abc_screen_toolbar.xml(0,0): Error APT0000: No resource identifier found for attribute 'touchscreenBlocksFocus' in package 'android' (APT0000) (Test)
After updating the packages and installing almost all items from Android SDK Manager, I still have the same error. I'm targeting Android 4.4 (API level 19). I'm using the last version of Xamarin Studio 5.9.1 (build 3). If I create a project without the Google Play Services, no problem my sample app is working.
I'm facing the same problem with VS2013.
What am I doing wrong?
I'm completely stuck :-(