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

Cannot debug on android after adding sensors and multimedia modules

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important 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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes