Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Qt for python on android

Qt for python on android

Scheduled Pinned Locked Moved Unsolved Qt for Python
6 Posts 5 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    Olivier92m
    wrote on last edited by
    #1

    Hello everybody,

    Like the title indicates, I would like to know know if it is possible to run a Qt for python app on android. I have an app written in python and qml and would like to port it to android. Unfortunately, I couldn't fine any useful indication on Google. So is it possible possible? If yes can you point to where I can learn how to do it?

    Thanks

    eyllanescE 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      A quick search returns this article that seems to be a good starting point.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • O Olivier92m

        Hello everybody,

        Like the title indicates, I would like to know know if it is possible to run a Qt for python app on android. I have an app written in python and qml and would like to port it to android. Unfortunately, I couldn't fine any useful indication on Google. So is it possible possible? If yes can you point to where I can learn how to do it?

        Thanks

        eyllanescE Offline
        eyllanescE Offline
        eyllanesc
        wrote on last edited by
        #3

        @Olivier92m As far as I know there is still no PySide2/6 support for android (it seems they want to support embedded systems first). Instead PyQt5/6 does provide it through pyqdeploy

        If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

        1 Reply Last reply
        0
        • ndiasN Offline
          ndiasN Offline
          ndias
          wrote on last edited by
          #4

          Hi @Olivier92m,

          As mentioned before, pyqtdeploy can be used to deploy a PyQt5 app Android or iOS. I think pydroid is another option, supporting PyQt5 and PyQt6.

          Regards

          1 Reply Last reply
          0
          • O Offline
            O Offline
            Olivier92m
            wrote on last edited by
            #5

            Hello everyone, thanks for all your replies.
            So there is no support for android with Pyside for now? I expected pyside2 to be more feature-rich sonce it's the one officially supported by Qt.

            That's why I used Pyside for my project. Is it difficult to switch /port from pyside to PyQt?

            S 1 Reply Last reply
            0
            • O Olivier92m

              Hello everyone, thanks for all your replies.
              So there is no support for android with Pyside for now? I expected pyside2 to be more feature-rich sonce it's the one officially supported by Qt.

              That's why I used Pyside for my project. Is it difficult to switch /port from pyside to PyQt?

              S Offline
              S Offline
              StarterKit
              wrote on last edited by StarterKit
              #6

              @Olivier92m said in Qt for python on android:

              That's why I used Pyside for my project. Is it difficult to switch /port from pyside to PyQt?

              It depends on your project and features you use. Sometimes it is as simple as replacement of PySide2 by PyQt5 in your import statements, but not always.

              1 Reply Last reply
              1

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved