Installation¶
Read moreHow do I know if Kivy is installed?
The version is printed in kivy’s default logger output , or you can get it in python with import kivy; print(kivy. __version__) .
Read moreCan I install Kivy on Android?
User’s Guide » Installation on Android¶ Kivy is a Python framework, and simply installing it on an Android device the same way as on a desktop machine will do nothing . However, you can compile a Kivy application to a standard Android APK that will run just like a normal java app on (more or less) any device.
Read more