Python, Kivy: Building an Android Package (.apk) -


as title says, i'm trying build android package (.apk / app) using python , kivy. i've got no idea how convert .py .apk or if it's possible this. questions are:

  • what programs need, turn .py files .apk s?
  • how install these programs? (sometimes little bit difficult python modules etc.)
  • how use these programs it?
  • will work on windows? (as i'm using windows, that's main question :/ )

thank coming answers :)

use kivy documentation here , here.

you cannot use these tools on windows, can use linux virtual machine. explained in above documentation.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -