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. Installed a new Qt version 13.0 and the application has ceased to compile
Qt 6.11 is out! See what's new in the release blog

Installed a new Qt version 13.0 and the application has ceased to compile

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 600 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
    Mikeeeeee
    wrote on last edited by Mikeeeeee
    #1

    Hi!
    Installed a new Qt version 13.0 and the application has ceased to compile.
    In version 12.3 the application was compiled.
    I get errors:
    The API level specified for the APK is lower than the minimum for the bundle.
    The kit requires a minimum API level of 21.
    Error building/installing smstest project (kit: Android for armeabi-v7a (Clang Qt 5.13.0 for Android ARMv7))
    During the "Build Android APK" phase»

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

      Qt 5.13 does not support Android 4 anymore, hence this error. Check your AndroidManifest and make sure your minimal API is correct.

      (Z(:^

      1 Reply Last reply
      4
      • M Offline
        M Offline
        Mikeeeeee
        wrote on last edited by Mikeeeeee
        #3

        Put the minimum version Android 5.0 and got an error:
        [INSTALL_FAILED_UPDATE_INCOMPATIBLE]

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

          You need to remove the previous installation of the app from your phone, then install the new one.

          (Z(:^

          1 Reply Last reply
          2

          • Login

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