Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt 5.13 is not ready for Android (was QtCreator doesn't find compilers)
Forum Updated to NodeBB v4.3 + New Features

Qt 5.13 is not ready for Android (was QtCreator doesn't find compilers)

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
12 Posts 4 Posters 1.7k Views 1 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.
  • G Offline
    G Offline
    Gourmet
    wrote on last edited by Gourmet
    #1

    I try work with QtCreator 4.6 to build my apps on Qt 5.13. Another bug met - QtCreator cannot find compiler for Android NDK r19c. First I tried build application with NDK r12b which I successfully used during latest years. I've got compiler error message: no file type_traits to include from qglobal.h. After reading in Inet I see - this is because of NDK r12b is incompatible with latest Qt versions. I downloaded NDK r19c from this page and unzipped it to /opt folder as needed. But when I set /opt/android-ndk-r12b in Options/Devices/Android/Android NDK location and strike Apply - in page Build & Run/Compilers ALL Android compilers suddenly disappear... Only x86 32/64 bit compilers remain there. And... how?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      Gourmet
      wrote on last edited by
      #2

      Damn... I investigated android-ndk-r19c-linux-x86_64.zip - there are no ARM compilers indeed. :-(( In r12b they are but here no.

      How to make ARM Android apps with this NDK?

      G 1 Reply Last reply
      0
      • G Gourmet

        Damn... I investigated android-ndk-r19c-linux-x86_64.zip - there are no ARM compilers indeed. :-(( In r12b they are but here no.

        How to make ARM Android apps with this NDK?

        G Offline
        G Offline
        Gourmet
        wrote on last edited by Gourmet
        #3

        I just copied non-existing binaries from r12b to r19c folders... Looks like works for while.

        But while I experimented with this all - QtCreator registered lots of fake kits:
        alt text
        And how to clean this from red-labeled kits? Who was too much smart to disable Remove button?????....

        1 Reply Last reply
        0
        • G Offline
          G Offline
          Gourmet
          wrote on last edited by
          #4

          Finally I've got the message. Looks like it is common for most developers who tries turn to newer Qt.

          From now for me Qt 5.13 is not ready for Android application development. Probably this is a bug from older versions - some people reported same before.

          Pablo J. RoginaP 1 Reply Last reply
          0
          • G Gourmet

            Finally I've got the message. Looks like it is common for most developers who tries turn to newer Qt.

            From now for me Qt 5.13 is not ready for Android application development. Probably this is a bug from older versions - some people reported same before.

            Pablo J. RoginaP Offline
            Pablo J. RoginaP Offline
            Pablo J. Rogina
            wrote on last edited by
            #5

            @Gourmet do you claim your issue as solved? If so, please don't forget to mark your post as such. Thanks.

            Upvote the answer(s) that helped you solve the issue
            Use "Topic Tools" button to mark your post as Solved
            Add screenshots via postimage.org
            Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

            1 Reply Last reply
            0
            • G Offline
              G Offline
              Gourmet
              wrote on last edited by
              #6

              Solved???... No. It is not a solution. It's a hack and this hack unfortunately doesn't solve main problem - I cannot create working Android app with Qt 5.13.

              jsulmJ 1 Reply Last reply
              0
              • G Gourmet

                Solved???... No. It is not a solution. It's a hack and this hack unfortunately doesn't solve main problem - I cannot create working Android app with Qt 5.13.

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @Gourmet I checked r20 NDK and there are Clang ARM compilers.
                "Who was too much smart to disable Remove button?????...." - shouldn't you first select a Kit you want to remove? What should "Remove" button remove if you did not select any Kit?

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                G 2 Replies Last reply
                1
                • jsulmJ jsulm

                  @Gourmet I checked r20 NDK and there are Clang ARM compilers.
                  "Who was too much smart to disable Remove button?????...." - shouldn't you first select a Kit you want to remove? What should "Remove" button remove if you did not select any Kit?

                  G Offline
                  G Offline
                  Gourmet
                  wrote on last edited by Gourmet
                  #8

                  @jsulm

                  shouldn't you first select a Kit you want to remove?

                  Of course I selected kit to remove. But button Remove remained inactive. It remains inactive for all auto-detected kits.
                  alt text

                  aha_1980A 1 Reply Last reply
                  0
                  • G Gourmet

                    @jsulm

                    shouldn't you first select a Kit you want to remove?

                    Of course I selected kit to remove. But button Remove remained inactive. It remains inactive for all auto-detected kits.
                    alt text

                    aha_1980A Offline
                    aha_1980A Offline
                    aha_1980
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @Gourmet report is here: https://bugreports.qt.io/browse/QTCREATORBUG-22677

                    Qt has to stay free or it will die.

                    G 1 Reply Last reply
                    0
                    • aha_1980A aha_1980

                      @Gourmet report is here: https://bugreports.qt.io/browse/QTCREATORBUG-22677

                      G Offline
                      G Offline
                      Gourmet
                      wrote on last edited by Gourmet
                      #10

                      @aha_1980 this is mine report. But may be here somebody knows how to remove unwanted kits by direct file editing.

                      aha_1980A 1 Reply Last reply
                      0
                      • G Gourmet

                        @aha_1980 this is mine report. But may be here somebody knows how to remove unwanted kits by direct file editing.

                        aha_1980A Offline
                        aha_1980A Offline
                        aha_1980
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        @Gourmet next time you can add the link yourself. It makes it easier for others to follow later.

                        Thanks and regards

                        Qt has to stay free or it will die.

                        1 Reply Last reply
                        0
                        • jsulmJ jsulm

                          @Gourmet I checked r20 NDK and there are Clang ARM compilers.
                          "Who was too much smart to disable Remove button?????...." - shouldn't you first select a Kit you want to remove? What should "Remove" button remove if you did not select any Kit?

                          G Offline
                          G Offline
                          Gourmet
                          wrote on last edited by Gourmet
                          #12

                          @jsulm said in Qt 5.13 is not ready for Android (was QtCreator doesn't find compilers):

                          I checked r20 NDK and there are Clang ARM compilers.

                          QtCreator does not add it automatically. Just try tune QtCreator for development of multiplatform apps and it will become clear: Qt 5.12/5.13 IS NOT READY FOR DEVELOPMENT.

                          1 Reply Last reply
                          0

                          • Login

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