I know it has been asked a lot of times, but I am still confused. I want to create an apk from my kivy app I created. What are the options to do this on windows?
There are 3 ways you can convert your kivy codes to apk.
1.you can use github repositories actions
2.you can install virtual machine or using linux to use buildozer
3.the easiest way for beginners is using google colab
For converting kivy codes to apk, you can use this repository
It contains a document thats show you how to use it and a link that direct you to google colab
This file is currently the most up-to-date for converting Kivy to APK using Google Colab and Buildozer, and it has been fully tested and works effectively!