Create an APK for Android from a kivy/python program -


this question has answer here:

how can create apk android, on windows, kivy & python program?

i cannot seem find suitable, easy-to-understand tutorial.

how this?

the build tools not run directly on windows right now.

you have couple of options:

1) use linux virtual machine. kivy provides prebuilt vm image python-for-android ready use, described @ http://kivy.org/docs/guide/packaging-android.html#testdrive .

2) use cloud builder @ http://android.kivy.org/ . there tools access more flexibly buildozer in nearish future.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -