I’m new to Python and I’m trying to create an Android application (using Kivy). I’ve completed the first prototype.
Now, I would like to package it to perform an initial test on my mobile device. I used Buildozer for this purpose, but it returned an error (Buildozer failed to execute the last command).
I tried to take a look at the other posts but nothing worked
Here are the steps I followed, hoping not to forget anything:
I'm using Windows, so I installed a Linux subsystem via WSL.
I installed Python/Kivy/Buildozer on this subsystem and set up the "PATH" so they can be used.
I created a spec file for Buildozer without modifying anything to avoid making a mistake at this stage.
Then, I ran the command 'buildozer -v android debug' to create my package.
P.S. The log level is set to 2, but no log file is created.
I thank in advance those who will take the time to read me.