Im trying to update to the latedst versions of te Xamarim paCKAGES.
However Xamarin.GooglePlayServices.27.0.0 wont install.
Ive already installed the latest versions of every other Xamarin package, 2.0.0.6482, etc.
Below is the output from the package manager:
Attempting to gather dependencies information for package 'Xamarin.GooglePlayServices.27.0.0' with respect to project 'AndroidApplication1', targeting 'MonoAndroid,Version=v6.0'
Attempting to resolve dependencies for package 'Xamarin.GooglePlayServices.27.0.0' with DependencyBehavior 'Lowest'
Resolving actions to install package 'Xamarin.GooglePlayServices.27.0.0'
Resolved actions to install package 'Xamarin.GooglePlayServices.27.0.0'
Attempting to gather dependencies information for package 'Xamarin.GooglePlayServices.27.0.0' with respect to project 'App2.Android', targeting 'MonoAndroid,Version=v4.4'
Attempting to resolve dependencies for package 'Xamarin.GooglePlayServices.27.0.0' with DependencyBehavior 'Lowest'
Resolving actions to install package 'Xamarin.GooglePlayServices.27.0.0'
Resolved actions to install package 'Xamarin.GooglePlayServices.27.0.0'
Removed package 'Xamarin.GooglePlayServices.25.0.0' from 'packages.config'
Successfully uninstalled 'Xamarin.GooglePlayServices.25.0.0' from AndroidApplication1
Install failed. Rolling back...
Package 'Xamarin.GooglePlayServices 27.0.0.0' does not exist in project 'AndroidApplication1'
Package 'Xamarin.GooglePlayServices.25.0.0' already exists in folder 'E:\MSIV2012\Assemblies\Packages'
Added package 'Xamarin.GooglePlayServices.25.0.0' to 'packages.config'
Package 'Xamarin.GooglePlayServices 27.0.0.0' does not exist in folder 'E:\MSIV2012\Assemblies\Packages'
Could not install package 'Xamarin.GooglePlayServices 27.0.0'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v6.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
========== Finished ==========
The last line of the above gives the error I'm getting:
Could not install package 'Xamarin.GooglePlayServices 27.0.0'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v6.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.