Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › QtCreator android debugger

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24434

    Paweł

    Hi,

    I’m using QtCreator that comes when installed Felgo and I cannot debug c++ code on Android device, qml only. When i try to run only c++ debugger application closed and I get ‘Unable to create debugging engine’. In QtCreator settings in debuggers section android debugger is not recognized. Debug on android is very important for project I’m currently working on beacuse we find bug that occur only on Android platform. Thanks for your help.

    #24444

    Gregor
    Felgo Team

    Hello Pawel,

    I tried to reproduce the issue on a fresh Ubuntu 20.04 installation.
    I found a case where the debugger is marked with a error sign in the Qt Creator Debugger configuration section.

    When hovered it showed me a tooltip along error while loading shared libraries: libncurses.so.5:.

    This means a missing library on the system.Android SDK & NDK still require this older ncurses version and you can install it using

    sudo apt install libncurses5

    After installing this on the host, restarted Qt Creator and Qt Creator debugging works on Android :-).

    Greetings,

    gregor from Felgo

Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded