5

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 ?
David Planella
  • 15,420
  • 11
  • 77
  • 141
user1849534
  • 236
  • 1
  • 4
  • Please add only one question per question. Keep in mind at least one question is speculative and can't be answered, so it is a bad fit for our site. – Javier Rivera Jan 04 '13 at 10:52
  • @user1849534 please could you mark one of the two answers as an "answer", so this question is no longer "unanswered". – ir-g Jan 11 '14 at 16:52

2 Answers2

4

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.

David Planella
  • 15,420
  • 11
  • 77
  • 141
1

@user1849534 There is now an SDK at http://developer.ubuntu.com/get-started/.

In terminal, type:

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk

In answer to the other questions:

ir-g
  • 1,264
  • 2
  • 11
  • 17