Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve error of installing Xamarin Google Play Services - GCM?

Tags:

android

Severity Code Description Project File Line Suppression State Error Could not install package 'Xamarin.GooglePlayServices.Gcm 42.1001.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. 0

like image 521
somayamahmoud Avatar asked Feb 06 '23 04:02

somayamahmoud


1 Answers

Try to install this package: Xamarin.GooglePlayServices.Gcm -Version 29.0.0.2

like image 147
LaCef Avatar answered Feb 15 '23 12:02

LaCef