Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-23134

Auto generated Android template is limited to one architecture

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 4.11.0-beta1
    • Android Support
    • None
    • All

    Description

      When creating the default Android templates then this is added to the .pro file:

      contains(ANDROID_TARGET_ARCH,arm64-v8a) {
          ANDROID_PACKAGE_SOURCE_DIR = \
              $$PWD/android
      }
      

      Wouldn't it be better to add it architecture independent (because the code in the "ANDROID_PACKAGE_SOURCE_DIR" is usually independent from the architecture):

      android: {
          ANDROID_PACKAGE_SOURCE_DIR = \
              $$PWD/android
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            portale Alessandro Portale
            DanielSt Peter Staab
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes