I\'m getting what seems to be a common error running the Kivy hello world program. I\'ve tried the solutions I\'ve seen here: manually install gstreamer, adding
gstreamer
Not sure about Windows or Linux, but on python-for-android at the very top you need to put:
#qpy:kivy import kivy kivy.require('1.10.1') # replace with your current kivy version !