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
Forum Updated to NodeBB v4.3 + New Features

Qt for python on android

Scheduled Pinned Locked Moved Unsolved Qt for Python
6 Posts 5 Posters 1.1k Views 2 Watching
  • 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 9 Oct 2021, 15:32 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

    E 1 Reply Last reply 9 Oct 2021, 18:31
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 9 Oct 2021, 18:28 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
        9 Oct 2021, 15:32

        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

        E Offline
        E Offline
        eyllanesc
        wrote on 9 Oct 2021, 18:31 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
        • N Offline
          N Offline
          ndias
          wrote on 11 Oct 2021, 11:46 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 11 Oct 2021, 22:05 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 12 Oct 2021, 11:11
            0
            • O Olivier92m
              11 Oct 2021, 22:05

              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 12 Oct 2021, 11:11 last edited by StarterKit 10 Dec 2021, 11:11
              #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

              1/6

              9 Oct 2021, 15:32

              • Login

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