Leonardo Terra
Leonardo Terra

Reputation: 13

I have this "Error Can not resolve reference: 'Xamarin.Firebase.Messaging', referenced by `Microsoft.AppCenter.Push.Android.Bindings`

I have this "Error Can not resolve reference: Xamarin.Firebase.Messaging, referenced by Microsoft.AppCenter.Push.Android.Bindings. Please add a NuGet package or assembly reference for Xamarin.Firebase.Messaging, or remove the reference to Microsoft.AppCenter.Push.Android.Bindings.

Upvotes: 1

Views: 1481

Answers (1)

prasadsunny1
prasadsunny1

Reputation: 830

If you read twice it says if you want to use Microsoft.AppCenter.Push.Android.Bindings you have to install Xamarin.Firebase.Messaging.

Your solution is to install Xamarin.Firebase.Messaging NuGet package.

Or

If you don't want to use Microsoft.AppCenter.Push.Android.Bindings then remove this NuGet package from your package

Upvotes: 1

Related Questions