Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Selecting Android ABI (QC 4.13.1)

Selecting Android ABI (QC 4.13.1)

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 3 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.
  • J Offline
    J Offline
    joaogatao
    wrote on last edited by
    #1

    Hi,
    I did a fresh install of Qt Creator and set it up as indicated in this video: https://www.youtube.com/watch?v=PU_po2mWwt8
    Everything seems to be fine until I attempt to deploy a test app on my Android phone. I get the following error:
    'Android: The main ABI of the deployment device (armeabi-v7a) is not selected! The app execution or debugging might not work properly. Add it from Projects > Build > Build Steps > qmake > ABIs.'

    However, I can see no tab 'qmake->ABIs' where the ABI can be selected. ANDROID_ABIS="armeabi-v7a" can be set under additional arguments, but that still gives the same error.

    Deploying a test app on Desktop works fine.

    My environment:

    • Ubuntu 18.04
    • Qt Creator 4.13.1
    • Qt 5.9.9
    • JDK: java-8-openjdk-amd64
    • SDK: 2.1
    • NDK: 21.1.6352462
    • Samsung A3 phone with Android 8.0.0

    Could there be any version incompatibility, or how could I set up the ABI correctly?

    Thanks

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Qt 5.9.9

      ABI selection was implemented in Qt 5.14. Update Qt to newer version!

      (Z(:^

      1 Reply Last reply
      1
      • J Offline
        J Offline
        joaogatao
        wrote on last edited by
        #3

        Yup, that solved it. Thanks for pointing me to it :)

        B 1 Reply Last reply
        0
        • J joaogatao

          Yup, that solved it. Thanks for pointing me to it :)

          B Offline
          B Offline
          blaizi
          wrote on last edited by
          #4

          @joaogatao please where can I download qt 5.14

          sierdzioS 1 Reply Last reply
          0
          • B blaizi

            @joaogatao please where can I download qt 5.14

            sierdzioS Offline
            sierdzioS Offline
            sierdzio
            Moderators
            wrote on last edited by
            #5

            @blaizi said in Selecting Android ABI (QC 4.13.1):

            @joaogatao please where can I download qt 5.14

            It's available in Qt installer (as is 5.15 - if you are starting new project, start with newest Qt version).

            The installer is here (scroll way down for open source option): https://www.qt.io/download

            And if you need source code, it is in the archive: https://download.qt.io/archive/qt/5.14/5.14.2/single/

            (Z(:^

            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