What method of converting python files to apk really works?

I have been trying to accomolish this using github actions and google colab but nothing seems to work , ony bugs.

If you have coverted your file to apk recently ,help me with the steps and logic

Firstly, what bugs or errors are you getting?

Also why not to write in kotlin with the IDE provided for free by developers of android?

Don’t take my word for it but when you develop android apps and don’t use java, kotlin or any native languages for development even if you compile you code is going to run slow

I recently converted my project to an APK and can share a quick overview of the steps and logic. First, I developed the app using Python (usually with Kivy or BeeWare), then used Buildozer to package it. On Google Colab, it’s tricky due to system-level requirements, so I used a local Linux environment or a cloud VM (like Google Cloud or GitHub Actions with a proper Ubuntu runner).