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. Kits selection for android development

Kits selection for android development

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 3 Posters 1.3k 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.
  • A Offline
    A Offline
    Abin
    wrote on last edited by
    #1

    Hi,

    I am developing an application for android device. When I create a new project "Kit Selection" menu has come. I am confused which to add. And which kit I should use to build my application.

    Can you explain what are the kits below:

    Android for armeabi (GCC 4.8, Qt 5.2.1)

    Android for armeabi-v7a (GCC 4.8, Qt 5.2.1)

    Android for x86 (GCC 4.8, Qt 5.2.1)

    Desktop-Qt 5.2.1 for Android x86

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

      This will compile your code for the old ARM architecture, so you will get a binary that is compatible even with the oldest devices

      This will compile your code using the newer ARM architecture, more performant and in general better ;)

      This will compile for x86 android (for devices using x86 chips)

      That entry is strange and does not look auto-generated. Hard to say what it does without seeing Kit setup detail

      (Z(:^

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        If memory serves correctly:

        1. Android for arm slower but support a wider range of processors
        2. Android for arm with hardware floating point operation / newer cpu stuff support
        3. Android for x86 processor e.g. intel/amd
        4. Standard Qt for desktop coming with the Android installer

        Hope it helps

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        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