ErrLookup › airbnb/lottie-android
airbnb/lottie-android
Render After Effects animations natively on Android and iOS, Web, and React Native · Java · 321 source files
Analyzed at 05ea92e903 on 2026-08-14. 48 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Unable to parse composition | exception | error | parsing, composition, json, asset-loading |
| lottie_rawRes and lottie_fileName cannot be used at the same | validation | error | xml, configuration, layout, init |
| There is already a cache provider! | exception | error | configuration, cache, network, builder |
| cache file must be a directory | validation | error | cache, filesystem, network, configuration |
| Cannot find marker with name {}. | validation | error | markers, composition, frames, api-misuse |
| A task may only be set once. | exception | error | task, internal, concurrency, state |
| Merge paths are not supported pre-KitKat. | exception | error | api-level, merge-paths, compatibility, path |
| This animation does not support split dimensions! | exception | error | keyframe, animation, split-dimensions, internal |
| Missing values for keyframe. | exception | error | keyframe, color, parsing, animation |
| Missing values for keyframe. | exception | error | keyframe, float, parsing, animation |
| Missing values for keyframe. | exception | error | keyframe, integer, parsing, animation |
| Missing values for keyframe. | exception | error | keyframe, point, position, parsing, animation |
| Missing values for keyframe. | exception | error | keyframe, scale, parsing, animation |
| You must set an images folder before loading an image. Set i | exception | error | image-assets, composition, assets, configuration |
| Cannot call getKeyframes on AnimatableSplitDimensionPathValu | exception | error | lottie, api-contract, unsupported-operation, animatable-value |
| Cannot interpolate between gradients. Lengths vary ({} vs {} | validation | error | lottie, gradient, interpolation, animation-data, illegal-argument |
| Unknown trim path type {} | validation | error | lottie, trim-path, enum, json-parsing, illegal-argument |
| Unknown point starts with {} | exception | error | lottie, json-parsing, point, malformed-json, illegal-argument |
| Unknown value for token of type {} | exception | error | lottie, json-parsing, float, malformed-json, illegal-argument |
| Cannot convert json to point. Next token is {} | exception | error | lottie, json-parsing, point, malformed-json, illegal-argument |
| Shape data was missing information. | exception | error | lottie, json-parsing, shape-data, missing-field, illegal-argument |
| Nesting too deep at {} | exception | error | lottie, json-parsing, nesting-depth, security, json-data-exception |
| {} at path {} | exception | error | lottie, json-parsing, syntax-error, malformed-json, json-encoding-exception |
| source == null | exception | error | lottie, json-parsing, null-pointer, programmer-error, input-source |
| Expected BEGIN_ARRAY but was {} at path {} | exception | error | lottie, json-parsing, type-mismatch, array, json-data-exception |
| Expected END_ARRAY but was {} at path {} | exception | error | lottie, json-parsing, type-mismatch, array, json-data-exception |
| Expected BEGIN_OBJECT but was {} at path {} | exception | error | lottie, json-parsing, type-mismatch, object, json-data-exception |
| Expected END_OBJECT but was {} at path {} | exception | error | lottie, json-parsing, type-mismatch, object, json-data-exception |
| Expected a name but was {} at path {} | exception | error | lottie, json-parsing, type-mismatch, property-name, json-data-exception |
| Cannot skip unexpected {} at {} | exception | error | lottie, json-parsing, unknown-property, strict-mode, json-data-exception |
| Expected a string but was {} at path {} | exception | error | lottie, json-parsing, type-mismatch, string, json-data-exception |
| Expected a boolean but was {} at path {} | exception | error | lottie, json-parsing, type-mismatch, boolean, json-data-exception |
| Expected a double but was {} at path {} | exception | error | lottie, json-parsing, type-mismatch, double, json-data-exception |
| JSON forbids NaN and infinities: {} at path {} | exception | error | json-parsing, moshi, lottie, numeric-overflow |
| Expected an int but was {} at path {} | exception | error | json-parsing, moshi, lottie, integer-overflow |
| Expected a value but was {} at path {} | exception | error | json-parsing, moshi, lottie, malformed-json, structural-error |
| End of input | exception | error | json-parsing, moshi, lottie, eof, truncated-input |
| Unterminated escape sequence at path {} | exception | error | json-parsing, moshi, lottie, malformed-escape, unicode |
| LottieAnimator does not support getStartDelay. | exception | error | lottie, animation, unsupported-operation, android |
| LottieAnimator does not support setStartDelay. | exception | error | lottie, animation, unsupported-operation, android |
| LottieAnimator does not support setDuration. | exception | error | lottie, animation, unsupported-operation, android |
| LottieAnimator does not support setInterpolator. | exception | error | lottie, animation, unsupported-operation, android, interpolator |
| minFrame (%s) must be <= maxFrame (%s) | validation | error | lottie, animation, validation, frame-range |
| Cannot nest start() calls on a single OffscreenBitmap - call | exception | error | lottie, rendering, lifecycle, offscreen-bitmap |
| OffscreenBitmap: finish() call without matching start() | exception | error | lottie, rendering, lifecycle, offscreen-bitmap |
| You must provide a static value in the constructor , call se | validation | error | lottie, value-callback, animation, configuration |
| You must provide a static value in the constructor , call se | validation | error | lottie, android, animation, value-callback, runtime |
| You must provide a static value in the constructor , call se | validation | error | lottie, android, animation, value-callback, pointf, runtime |