Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. building android 64 bit
Forum Updated to NodeBB v4.3 + New Features

building android 64 bit

Scheduled Pinned Locked Moved Solved Mobile and Embedded
android64 bits
3 Posts 2 Posters 2.0k 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.
  • J Offline
    J Offline
    JeanCremers
    wrote on 17 Jan 2019, 08:09 last edited by
    #1

    Hi, i am still working on porting my app to api 26 per the new requirements for android 8, now i read that in 2019 apps have to be 64 bit. I use QT 5.10.1 and have android gcc for 64 bit in my kits. Is this enough to provide 64 bit android apps? Thank you.

    K 1 Reply Last reply 17 Jan 2019, 12:13
    0
    • J JeanCremers
      17 Jan 2019, 08:09

      Hi, i am still working on porting my app to api 26 per the new requirements for android 8, now i read that in 2019 apps have to be 64 bit. I use QT 5.10.1 and have android gcc for 64 bit in my kits. Is this enough to provide 64 bit android apps? Thank you.

      K Offline
      K Offline
      koahnig
      wrote on 17 Jan 2019, 12:13 last edited by
      #2

      @JeanCremers

      Hi and welcome to devnet forum

      No you have to ensure that everything is supported within your tool chain.

      In Qt creator you should go to "Tools"->"Options"->"Kits" and check under the different tabs.

      For example these are the different versions I have installed
      0_1547726913595_73f08376-47ef-42d9-a13f-159412d737ab-image.png

      By clicking on more details you can find the different tools involved, like:
      0_1547726994057_c52e52d9-14da-4bb5-a177-980bd7a7584e-image.png

      Similar you can sheck for the complete kit and also compiler and debuggers and stuff. If there special signs this is indicating a real problem or sometimes a warning to make you aware.

      The Version Qt 5.12.0 for arm is the pre-compiled version supplied through online installer. This is not 64 bit.

      When you require a different compiler such as 64 bit you would need to do a full configure and and build of the Qt libs on your own.

      Vote the answer(s) that helped you to solve your issue(s)

      J 1 Reply Last reply 17 Jan 2019, 12:28
      2
      • K koahnig
        17 Jan 2019, 12:13

        @JeanCremers

        Hi and welcome to devnet forum

        No you have to ensure that everything is supported within your tool chain.

        In Qt creator you should go to "Tools"->"Options"->"Kits" and check under the different tabs.

        For example these are the different versions I have installed
        0_1547726913595_73f08376-47ef-42d9-a13f-159412d737ab-image.png

        By clicking on more details you can find the different tools involved, like:
        0_1547726994057_c52e52d9-14da-4bb5-a177-980bd7a7584e-image.png

        Similar you can sheck for the complete kit and also compiler and debuggers and stuff. If there special signs this is indicating a real problem or sometimes a warning to make you aware.

        The Version Qt 5.12.0 for arm is the pre-compiled version supplied through online installer. This is not 64 bit.

        When you require a different compiler such as 64 bit you would need to do a full configure and and build of the Qt libs on your own.

        J Offline
        J Offline
        JeanCremers
        wrote on 17 Jan 2019, 12:28 last edited by
        #3

        @koahnig So there's config and rebuild needed. Thank you very much for the helpful reply.

        1 Reply Last reply
        0

        1/3

        17 Jan 2019, 08:09

        • Login

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