When i tried to load gif to my project suddenly return me error:
Java.Lang.IllegalStateException: ‘Unable to parse composition‘
I want to insert gif to my project I tried to use Lottie and Json File
My code so far
<forms:AnimationView
x:Name="animationView"
Grid.Row="1"
Animation="first.json"
Loop="false"
AutoPlay="false"/>