-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on master with my animation #72
Comments
adin.pdf |
I took a look at your AE file and it looks like you're using precomps which Lottie doesn't support just yet. We will be adding precomps in a new release very soon. Until then you'll have to bring everything into one comp. |
Great news! Thank you for the answer and for this amazing library.
Keep up the good work!
|
@qmetzler-luna I'll look in to your crash for the next release |
@qmetzler-luna follow #61 for precomp support |
I have a crash when loading an animation I put in the assets folder of the sample app.
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference
at com.airbnb.lottie.AnimatableIntegerValue.(AnimatableIntegerValue.java:17)
at com.airbnb.lottie.Layer.fromJson(Layer.java:81)
at com.airbnb.lottie.LottieComposition.fromJsonSync(LottieComposition.java:165)
at com.airbnb.lottie.LottieComposition.fromInputStream(LottieComposition.java:102)
at com.airbnb.lottie.LottieComposition$FileCompositionLoader.doInBackground(LottieComposition.java:270)
at com.airbnb.lottie.LottieComposition$FileCompositionLoader.doInBackground(LottieComposition.java:258)
The text was updated successfully, but these errors were encountered: