Do not install xamarin.googleplayservices.base

0

Not praying, we are able to install the plugin via NuGet:

  

xamarin.googleplayservices.base

The message is:

  

The package 'Xamarin.GooglePlayServices.Base could not be installed   42.1021.1 '. You are trying to install this package in a project that is intended for 'MonoAndroid, Version = v6.0', but the package does not contain   no assembly reference or content file that is   compatible with this structure. For more information,   contact the package author.

On my computer I was able to install, but my child is giving this error.

    
asked by anonymous 26.09.2017 / 23:14

1 answer

2

The error says:

  

(...) You are trying to install this package in a project that is intended for 'MonoAndroid, Version = v6.0' , but the package contains no assembly reference or content file that is compatible with this structure (...)

That is, you can not install this package in a MonoDroid version 6 project.

You can confirm this by opening the package page in Nuget and checking the tab dependencies.

    
27.09.2017 / 01:45