I\'m working on PyQt now, and I have to create the application on Android, I\'ve seen the kivy library, but it\'s too crude.
Is there any way now to run an applicati
Android does not support pyQt4. PyQt5 is however supported(read this: https://groups.google.com/forum/#!topic/android-scripting/HUbyuYnm3Z8). However, you could port you application to use PySide(https://pypi.python.org/pypi/PySide). It provides bindings for the Qt4 platform. You can then use pyside-android(http://thp.io/2011/pyside-android/).