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

ANDROID_DEPLOYMENT_DEPENDENCIES forget to deploy own java and jar files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.4.0 Beta
    • 5.3.2
    • QPA
    • None
    • Qt 5.3.2 on Linux Mint 17 and Android 4.4.4
    • Android
    • c6c364d0cae8b09e23921e942f65013bad0b7ff1

    Description

      When overriding the ANDROID_DEPLOYMENT_DEPENDENCIES it forgets to deploy the files in the ANDROID_PACKAGE_SOURCE_DIR.

      It neither deploys custom .jar files from libs, nor custom .java files from src, it doesn't even deploy the AndroidManifest.xml resulting in it trying to launch a org.qtproject.example.foo.

      In addition to this, you cannot specify an absolute path to a file you want to deploy that is outside the Qt directory as a workaround for androiddeployqt not deploying your files. This results in a

      Source Qt file does not exist: /opt/Qt/5.3/android_armv7//home/user/foo/bar/android/src/somefile.jar

      Also it does not copy folders recursively, requiring you to specify every single file that needs to be deployed.

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            broulik Kai Uwe Broulik
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes