Code editor integrations#

  • QtCreator

    Available on top of clickable docker image, clickable ide qtcreator command within your project directory will launch a QtCreator instance and auto setup the project for you, you will have code completion and navigation for Ubuntu Touch components as well as run/debug facilities.

  • Ubuntu SDK ( Unmaintained )

    Alternativ gibt es die alte Ubuntu SDK IDE. Beachten Sie, dass es nicht mehr von Canonical unterstützt wird, und UBports hat sich entschieden, es auch aus Mangel an Arbeitskräften nicht zu unterstützen.

    Sie können die SDK-IDE weiterhin in Ubuntu 16.04 installieren, aber es wird nicht garantiert, dass sie korrekt funktioniert. Sie können die folgenden Befehle zur Installation verwenden:

    sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
    sudo apt update && sudo apt dist-upgrade
    sudo apt install ubuntu-sdk
    sudo reboot # or logout/login