I’ve built a little application that works just as well on PC as it does on Android (nothing complicated; the application is excessively simple).
Everything works fine on my android and on my debian and windows. On the other hand, I have an esthetic problem on Android.
When I launch the application, it displays the Kivy logo and a “loading …” message.
I’m in the latest version of buildozer, kivy and python and while searching on Google (old articles) I’m told that I need to change the buildozer.spec file but none of the proposed solutions work.
Do you have any ideas? Is it still possible?
2
Answers
Ok I found the solution (I'm stupid ^^ )
Here are the actions I've follow
and compile ...
Sorry for my stupid questions :(
Customize Splash Screen (Optional): If you want to create a custom splash screen, you can create a new layout and use it to display your logo or message while the app initializes. For example, you can use Kivy’s ScreenManager to control this behavior. Here’s a simple example:
This code shows a custom splash screen for 3 seconds before transitioning to the main screen.
Rebuild the Application: After making the changes to the buildozer.spec file, you need to rebuild the application by running:
This should remove the Kivy logo and "loading…" message or allow you to customize the startup screen.