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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -