kivyqpythonqpython3

Kivy on Qpython3 (Android)


How I can use the Kivy framework in Qpython3 (Python 3.2 for android) app? I know that Qpython (Python 2.7 for android) app support this framework. pip_console don't install kivy. I have an error, when I try to install it. Please help me.


Solution

  • Edit: Kivy now supports python3 on Android, though qpython would still have to include this (or a similar build process) to have kivy work in qpython3.

    You can't right now, as kivy does not have a python3-supporting backend on android.

    We're working towards adding one, at which point I quess qpython may look at adding support in qpython3.