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. armeabi-v7a fails to build with Qt6.8.1
Forum Updated to NodeBB v4.3 + New Features

armeabi-v7a fails to build with Qt6.8.1

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 883 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.
  • M Offline
    M Offline
    Michel de Boer
    wrote on last edited by
    #1

    I upgraded from Qt6.7.3 to Qt6.8.1 and now my multi ABI build for Android fails.
    I have this in my CMakeLists.txt

    QT_ANDROID_ABIS "arm64-v8a;armeabi-v7a
    

    It always worked fine till now. When I remove this settings I get a single ABI package for arm64-v8a

    Is armeabi-v7a not supported anymore?
    Is this a bug?

    1 Reply Last reply
    0
    • NaLogoN Offline
      NaLogoN Offline
      NaLogo
      wrote on last edited by NaLogo
      #2

      This is a known issue with Qt 6.8.1

      Here's the issue in the Qt Bugtracker

      The comments describe a workaround: copy the androiddeployqt binary from Qt 6.8.0 to the appropriate folder for Qt 6.8.1

      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