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. How to set ANDROID_NDK_PLATFORM ?
Forum Updated to NodeBB v4.3 + New Features

How to set ANDROID_NDK_PLATFORM ?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 1.8k 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.
  • F Offline
    F Offline
    felix99
    wrote on last edited by
    #1

    The default value is android-16, Should I set it to latest ndk platform ?

    raven-worxR 1 Reply Last reply
    0
    • F felix99

      The default value is android-16, Should I set it to latest ndk platform ?

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @felix99
      in most cases it's the best to use the minimum API level required by your app.
      Since a lower API level means that more people can use it in case they have an older phone.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      F 1 Reply Last reply
      0
      • raven-worxR raven-worx

        @felix99
        in most cases it's the best to use the minimum API level required by your app.
        Since a lower API level means that more people can use it in case they have an older phone.

        F Offline
        F Offline
        felix99
        wrote on last edited by
        #3

        @raven-worx ,I can estimate the api level supporting by balancing with user rate and function limit when I using android studio, because sdk document give me clarified information.
        In QT, I have no idea how to make decision to select api level. of course, lower api level means more device supported, BUT, what is the cost?

        1 Reply Last reply
        0
        • ekkescornerE Offline
          ekkescornerE Offline
          ekkescorner
          Qt Champions 2016
          wrote on last edited by
          #4

          I think, if you don't use Java code via Android Extras relying on a higher API level,
          you can start with the lowest one supported by Qt
          this means 18 for Qt 5.7

          can someone confirm ?

          ekke ... Qt Champion 2016 | 2024 ... mobile business apps
          5.15 --> 6.9 https://t1p.de/ekkeChecklist
          QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

          1 Reply Last reply
          0

          • Login

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