Code editor integrations¶
QtCreator
Available on top of clickable docker image,
clickable ide qtcreatorcommand 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.
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