azchohfi / LottieUWP

UWP port of Lottie(https://github.com/airbnb/lottie-android)
Apache License 2.0
274 stars 45 forks source link

.Net Standard Compatibility #6

Closed azchohfi closed 6 years ago

azchohfi commented 6 years ago

Needs to be fixed.

azchohfi commented 6 years ago

Actually, this is a problem with the Xamarin.Forms package. For some reason, the package uploaded to NuGet is not adding the dependency to LottieUWP, causing a "Could not load file or assembly 'LottieUWP'..." exception on runtime.

chrisgate commented 6 years ago

So what's d solution...can we install it manually since it's not from xamarin and u?

azchohfi commented 6 years ago

Just manually install it and you should be fine.

chrisgate commented 6 years ago

that i dont know how to do...........where can i download it ............from mynuget or where...........manual u mean i will do some command right? is it from package manager console ?

azchohfi commented 6 years ago

If you are getting the "Could not load file or assembly 'LottieUWP'..." exception on runtime when using the Lottie Xamarin.Forms, on a UWP project, just add the LottieUWP NuGet package reference (from the official nuget.org, no need to use the MyGet) to your UWP project. That's not the problem you are trying to solve?

azchohfi commented 6 years ago

Closing this since it will be done by https://github.com/martijn00/LottieXamarin/pull/137