xabre / xamarin-forms-tab-badge

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
MIT License
307 stars 75 forks source link

Reference to Xamarin.Google.Android.Material #91

Open icm-app opened 4 years ago

icm-app commented 4 years ago

Hi, I have below error

Severity Code Description Project File Line Suppression State Error Can not resolve reference: Xamarin.Google.Android.Material, referenced by Plugin.Badge.Droid. Please add a NuGet package or assembly reference for Xamarin.Google.Android.Material, or remove the reference to Plugin.Badge.Droid. MyICM.Android

Do I have to reference the package?

Regards, Dodo

mced76 commented 4 years ago

This issue is coming with 2.3. 2.2.1 works fine

acuntex commented 3 years ago

2.3 brought AndroidX support but apparently if you have a project which is not AndroidX then it doesn't work anymore.