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

Cannot debug on android after adding sensors and multimedia modules

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 3.3.1
    • Qt Creator 3.3.0
    • Android Support
    • None
    • Qt 5.4.0 (official release) installed as root, Qt Creator 3.3.0 (bundled with Qt 5.4.0), Ubuntu 14.04LTS, Nexus 7 2012 w/ Kitkat 4.4.4
    • 8d27ec664a2dbdd3a4941965dbf3883e671b7bcc

    Description

      Currently unable to debug on a tablet as soon as as 'sensors' and 'multimedia' modules are added to the project. The application doesn't even launch after hitting the debug button.

      I am able to reproduce this issue using the openglunderqml example application. Edit the openglunderqml.pro and change this line:

      QT += qml quick
      

      into this:

      QT += qml quick sensors multimedia
      

      That is all that is needed to reproduce the issue. Rebuild and launch in debug. The application will not launch, and all you are going to see in the Application Output is the following:

      Debugging starts
      Debugging has finished
      

      If you revert the line change and rebuild and relaunch in debug, you will be able to launch in debug. the sample application will run, and your breakpoint will be hit.

      Attachments

        Issue Links

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              mchiasson Mathieu-Andre Chiasson
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: