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

QML Profiler can't connect to Android devices

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 4.12.0
    • QML Profiler
    • None
    • Linux/X11

    Description

      The QML profiler says that it can't connect to the device. You also can't specify the IP address of the device. There is no such option.

      Alternative solution:

      • Open the terminal and type:
        adb shell
      • Run your application with additional parameters, example:
        am start -n org.protox/org.protox.activity.QtActivityEx -e applicationArguments '-qmljsdebugger=port:61428'
        
      • Run qmlprofile by hand, example:
        qmlprofiler -attach 192.168.100.2 -port 61428 -o /home/monsterovich/qmltrace.qtd --verbose --interactive
        
      • Open the .qtd file in Qt Creator

      Attachments

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

        Activity

          People

            ulherman Ulf Hermann
            monsterovich monsterovich
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes