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
You need to make sure that tere is no work done until the app class is initialised in main.py or else your lottie won't work, what you've done are the only steps required to implement a lottie, Under most scenarios work is done before app class is initialised
👋 @krolaper,
Sorry to hear you are having difficulties with Kivy's Buildozer; Kivy unites a number of different technologies, so building apps can be temperamental.
We try to use GitHub issues only to track work for developers to do to fix bugs and add new features to Buildozer. This issue has been closed, because it doesn't describe a bug or new feature request for Buildozer.
There is a mailing list and a Discord channel to support Kivy users debugging their own systems, which should be able to help. They are linked in the ReadMe.
Of course, if it turns out you have stumbled over a bug in Buildozer, we do want to hear about it here. The support channels should be able to help you craft an appropriate bug report.
Give working instructions on how to use Lottie for a loading scene instead of a static image.
After all, the instructions
buildozer.spec
:source.include_exts = py,png,jpg,kv,atlas,json
android.presplash_lottie = "path/to/lottie/file.json"
android.minapi = 28 or android.api = 28 (or only above 28)
p4a.branch = develop
android.enable_androidx = True
This does not work. There will always be an error when packing.
The lottie file was created at
https://lottiefiles.com/
The text was updated successfully, but these errors were encountered: