Kivy to Apk in Windows

hamidfzm picture hamidfzm · Nov 1, 2013 · Viewed 24.7k times · Source

I'm using windows right now and I want to ask is there any good tools to package a kivy app for android in windows or do I have to use Linux distributions?

And also is there anyway to use kivy for python 3.3.2 (Latest)?

Answer

inclement picture inclement · Nov 1, 2013

I'm using windows right now and I want to ask is there any good tools to package a kivy app for android in windows or I have t use Linux distributions?

Unfortunately the build tools don't work on windows right now. I think there are technical barriers to do with cross compilation.

Have you seen the kivy virtual machine, available at http://kivy.org/#download ? This is an Ubuntu linux image that already has the tools installed and set up. You should be able to run it in virtualbox on any recentish machine.

There's also an online interface to the android component of the buildozer tool (which can manage the entire android or ios build process, but I think doesn't work on windows at the moment), available at http://android.kivy.org/ . You can upload your project there to have the apk built. I haven't tried this service, but it should work.

And also is there anyway to use kivy for python 3.3.2?

The next release of kivy will support python 3, and the github master branch at https://github.com/kivy/kivy should be mostly (if not all) working.