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. Compiling under Android for 64-bit architectures (arm64)

Compiling under Android for 64-bit architectures (arm64)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
compiling qtarm6464 bits
2 Posts 2 Posters 799 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.
  • N Offline
    N Offline
    Nilo boby
    wrote on last edited by
    #1

    Hello I would like to publish my application on Google play but because of their new policies, the apk must be available in 64bit version but I use an architecture for 32bit applications ( Armeabi-v7a). So I would like to know how to compile the application for 64-bit architecture (arm64) under Android.

    • version of Qt: Qt 5.10.1 x86
    1 Reply Last reply
    0
    • K Offline
      K Offline
      KoneTaH
      wrote on last edited by KoneTaH
      #2

      Not sure about Qt 5.10, but Qt 5.12 have support for arm64-v8a target. You will need to build two APK files, one for armeabi-v7a, and one for arm64-v8a, with different versionCode values in manifest, and then just publish both in the same release.

      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