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

Android: Creator changes package name when opening project with existing AndroidManifest.xml

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • Qt Creator 2.7.1
    • Android Support
    • None

    Description

      Make an Android app on one machine and edit the package name in the manifest and then commit this to a repository.

      Then try checking it out in a different location and open it in Qt Creator.

      You will get the message "Android files updated automatically", and if you do a diff on the repository, you'll see that the package name has been broken:

      -<manifest android:versionCode="1" package="org.qtproject.example.QtDemo" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0">
      +<manifest android:versionCode="1" android:versionName="1.0" package="org.qtproject.example.QtDemo.QtDemo" xmlns:android="http://schemas.android.com/apk/res/android">
      

      Attachments

        Issue Links

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

          Activity

            People

              dt Daniel Teske
              esabraha Eskil Abrahamsen Blomfeldt
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes