python - PyQt on Android -
i'm working on pyqt now, , have create application on android, i've seen kivy library, it's crude.
is there way run application on android made on pyqt?
android not support pyqt4. pyqt5 supported(read this: https://groups.google.com/forum/#!topic/android-scripting/hubyuynm3z8). however, port application use pyside(https://pypi.python.org/pypi/pyside). provides bindings qt4 platform. can use pyside-android(http://thp.io/2011/pyside-android/).
Comments
Post a Comment