ANDROID APP

Kivy crash course 2: Constructing an android apk



Replace: I wrote up a standalone textual content model of this tutorial, you will get it at http://inclem.internet/2014/01/12/kivy-crash-course/2_building_an_android_apk/

On this second instalment of my kivy crash course tutorials, we compile the app from half 1 straight to android – no particular therapy, no platform particular incantations, simply straight to the system. Additionally I disappoint everybody with my horrible real-life filming, I am going to attempt to substitute that bit when I’ve a correct digital camera round!

This primary couple of minutes is usually details about the android construct course of. In case you already know how you can set up buildozer and wish to get going, you’ll be able to skip to https://www.youtube.com/watch?v=t8N_8WkALdE&t=2m53s .

This explicit video makes a couple of assumptions about your working system and python set up – particularly, you could be usingl linux or OS X, and to have pip obtainable. In case you do not and are not certain how to do this, I counsel testing kivy’s apk constructing web page http://kivy.org/docs/information/packaging-android.html , and asking on kivy’s irc/mailing checklist for those who nonetheless do not see a approach.

Just a few hyperlinks:
– Earlier code to start out off with: https://gist.github.com/inclement/7742944
– Kivy mailing checklist and irc: http://kivy.org/docs/contact.html
– Python-for-android github (and additional doc): https://github.com/kivy/python-for-android
– Buildozer github (and additional doc): https://github.com/kivy/buildozer

source