Pregunta

How can I create an APK for Android, on Windows, from a kivy & python program?

I cannot seem to find a suitable, easy-to-understand tutorial.

How would I do this?

¿Fue útil?

Solución

The build tools do not run directly on windows right now.

You have a couple of options:

1) Use a linux virtual machine. Kivy provides a prebuilt VM image with python-for-android ready to use, as described at http://kivy.org/docs/guide/packaging-android.html#testdrive .

2) Use the cloud builder at http://android.kivy.org/ . There will hopefully be tools to access this more flexibly with buildozer in the nearish future.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top