-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Reference to Lottie.Android #13
Comments
Hi, maybe there are conflicting package referenced by other nuget packages that is lower than the version of the references of XF.Material library? Is the error above from the nuget package manager? Can you also provide the versions of each nuget packages that you used in the Android project, so I can cross-reference them and see if there are any conflicting references. |
Many thanks for your reply, here are all references and versions from my android.csproj file: Acr.UserDialogs, v7.0.1 |
try to update your |
Many thanks, that was it! I can compile now. |
Describe the bug
When trying to compile project an error appear:
Severity Code Description Project File Line Suppression State
Error Can not resolve reference:
Lottie.Android
, referenced byXF.Material.Droid
. Please add a NuGet package or assembly reference forLottie.Android
, or remove the reference toXF.Material.Droid
.I already referenced Com.Airbnb.Xamarin.Forms.Lottie and the error constinues.
To Reproduce
Compile project with XF-Material-Library added
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: