I've been trying to get Google Maps up and running, so I installed a bunch of stuff to do that by following these walkthroughs:
http://docs.xamarin.com/guides/android/platform_features/maps_and_location/obtaining_a_google_maps_api_key/ http://docs.xamarin.com/guides/android/platform_features/maps_and_location/part_2_-_maps_api/
The Android support library is installed and I tried unzipping the package google_play_services_3265130_r12.zip as it suggested but that had no effect.
But, now, my project won't compile. I get these error messages:
Error 1 Unzipping failed. Please download https://dl-ssl.google.com/android/repository/google_play_services_3265130_r12.zip and extract it to the C:\Users\Christian Findlay\Documents\Visual Studio 2013\Projects\AndroidApplication3\Components\googleplayservicesfroyo-12.0.1\lib\android\12\content directory. SelwynCRM Error 2 Reason: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. SelwynCRM Error 3 . Android resource directory C:\Users\Christian Findlay\Documents\Visual Studio 2013\Projects\AndroidApplication3\Components\googleplayservicesfroyo-12.0.1\lib\android\12\content\google-play-services/libproject/google-play-services_lib doesn't exist. SelwynCRM Error 4 Unzipping failed. Please download https://dl-ssl.google.com/android/repository/google_play_services_3265130_r12.zip and extract it to the C:\Users\Christian Findlay\Documents\Visual Studio 2013\Projects\AndroidApplication3\Components\googleplayservicesfroyo-12.0.1\lib\android\12\content directory. SelwynCRM Error 5 Reason: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. SelwynCRM Error 6 . Java library file C:\Users\Christian Findlay\Documents\Visual Studio 2013\Projects\AndroidApplication3\Components\googleplayservicesfroyo-12.0.1\lib\android\12\content\google-play-services/libproject/google-play-services_lib/libs/google-play-services.jar doesn't exist. SelwynCRM Error 7 Unzipping failed. Please download https://dl-ssl.google.com/android/repository/support_r18.zip and extract it to the C:\Users\Christian Findlay\Documents\Visual Studio 2013\Projects\AndroidApplication3\Components\googleplayservicesfroyo-12.0.1\lib\android\18\content directory. SelwynCRM Error 8 Reason: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. SelwynCRM Error 9 Please install package: 'Android Support Library' available in SDK installer. Java library file C:\Users\Christian Findlay\Documents\Visual Studio 2013\Projects\AndroidApplication3\Components\googleplayservicesfroyo-12.0.1\lib\android\18\content\support/v4/android-support-v4.jar doesn't exist. SelwynCRM