20

I am interested in trying the new Ubuntu for phones OS development. (I am not an Ubuntu developer, I am new to Ubuntu. Impressed by the Ubuntu Touch preview, I got interested in learning how to develop for it).

Where can I start with it? I can't find any guidance on the Ubuntu site.

Flimm
  • 41,766

2 Answers2

15

These links should get you started:

How to run the app:
Once you get all of the SDK installed, you can connect your device via USB, QtCreator will be able to detect it, then press Ctrl+F12 to run it on the device.
Courtesy: mhall119

saji89
  • 12,007
4

There is a 34 part QML Tutorial series by Joseph Mills on YouTube. You can download the tutorials using youtube-dl, which is a terminal app that you can install from the default Ubuntu repositories.

karel
  • 114,770