Create an APK for Android from a kivy/python program -
this question has answer here:
- kivy apk in windows 1 answer
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
Post a Comment