Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-79948

Qt 5.14.0 AndroidManifest.xml Not transforming

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • 5.14.0 Beta2, 5.14.0
    • None
    • Android
    • 6954e511744f05f71cee8091c6beee06606e0c59 (qt-creator/qt-creator/master)

    Description

      Problem with usage AndroidManifest.xml with Qt 5.14.0
      After build apk use default AndroidManifest.xml without my changes

      make apk
      

      I found result manifest:
      android-build/build/intermediates/merged_manifests/debug/AndroidManifest.xml

      copy it to my sources folder android/AndroidManifest.xml and increase as example version:

          android:versionCode="2"
          android:versionName="1.2.3" >
      

      Again rebuild: make clean && make apk

      And again check file:
      android-build/build/intermediates/merged_manifests/debug/AndroidManifest.xml
      And found:

          android:versionCode="1"
          android:versionName="1.0" >
      

      Also my transformation to AndroidManifest.xml (such as icon file and etc) not maked to builded apk

      I check with qt 5.14 version from git (date of sources 11-11-2019)
      Problem is persists and I create this issue

      Attachments

        1. android-manifest-5140-rc.tar.gz
          3 kB
          Homdx Homdx
        2. android-qt514androidtest-deployment-settings.json
          0.7 kB
          Homdx Homdx
        3. android-xmls.tar.gz
          3 kB
          Homdx Homdx
        4. build-log-5140-rc.txt
          940 kB
          Homdx Homdx
        5. src-bug-transformation.tar.gz
          59 kB
          Homdx Homdx
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            taipan BogDan Vatra
            homdx Homdx Homdx
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes