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 )

    另外還有舊的 「Ubuntu SDK IDE <https://docs.ubuntu.com/phone/en/platform/sdk>」__。 請注意,Canonical 早已不再支援它,且由於缺乏人力,UBports 也選擇不再支援它。

    You can still install the SDK IDE in Ubuntu 16.04, but it is not guaranteed to work correctly. You can use the following commands to install:

    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