Ubuntu – Developing for ubuntu phone: where is the SDK

application-developmentapplication-submissiondevelopmentubuntu-touch

I was quickly reading this introduction to QML for Ubuntu Phones, now I was honestly expecting something more than that from Canonical.

My questions are:

  • where is a real SDK with libs ? All I can see are APIs
  • QML really is the alternative to HTML5 apps ? It's basically the same thing without any real benefit.
  • there will ever be a true native toolkit with C/C++ toolchains, libs, headers and all the bits and stuff ?
  • how to package applications for Ubuntu phones ?
  • there is an emulator for the Ubuntu OS for phones ?

Best Answer

Bear in mind that, as stated on the Go mobile page, what is available right now is a developer preview. There are no claims for it to be a full SDK, which it will be at some point, but not yet.

In summary, what is being offered to early adopters at this point is:

  • A set of components part of the Ubuntu UI toolkit
  • Online (and local) API documentation for all of the released components

With these, you are already equipped to develop and run Ubuntu phone apps on a desktop host machine, and get familiar with the toolkit in time for the full SDK to be released.

Related Question