Issue
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 application on Android made on PyQt?
Solution
Android does not support PyQt4. However PyQt5 supported (see this). However, you could port your application to use PySide. It provides bindings for the Qt4 platform. You can then use pyside-android.
Answered By - Wedava
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.