Reputation: 21
How to make APK file from Kivy and python? I know it's possible to use buildozer and python-for-android, but it's only possible on Linux OS. So, is there anyway to do it on windows?
I use Python 3.4.4 and Kivy 1.9.1
Upvotes: 1
Views: 402
Reputation: 39516
While there's no official option other then using VM, people try to implement it. You may be interested in this tutorial. Note, that it's not part of kivy (yet), but part of this PR.
Upvotes: 0