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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -