You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed Com.Airbnb.Xamarin.Forms.Lottie nuget version 4.0.8. When I have run the app in Android device it throws java exited with code 1 error at compile time.
In my project Xamarin.Forms nuget version is 4.8.0.1821
Pro guard is disabled in my Android build option and Multidex option is also enabled. Also I have tried to increase heap size but it still not works.
Expected behavior
App should be run without any error.
Reproduction steps
Add latest lottie package to existing project (XF version 4.8.0.1821)
Try to run project, it will give this error
Configuration
Version: 1.x
Platform:
📱 iOS
🤖 : Android
The text was updated successfully, but these errors were encountered:
I have figured out the real reason of this error. This error is actually cause by the modernhttpclient (2.4.2). I have removed this nuget from all projects and the error is gone! So, the real culprit is modernhttpclient and not Lottie.
🐛 Bug Report
I have installed Com.Airbnb.Xamarin.Forms.Lottie nuget version 4.0.8. When I have run the app in Android device it throws java exited with code 1 error at compile time.
In my project Xamarin.Forms nuget version is 4.8.0.1821
Pro guard is disabled in my Android build option and Multidex option is also enabled. Also I have tried to increase heap size but it still not works.
Expected behavior
App should be run without any error.
Reproduction steps
Configuration
Version: 1.x
Platform:
The text was updated successfully, but these errors were encountered: