easy way to develop ubuntu touch app
-
peace be upon those who follow guidance,
is there any wiki on how to setup ubuntu sdk with Qt to build UT apps?
I followed this but without success!
-
peace be upon those who follow guidance,
is there any wiki on how to setup ubuntu sdk with Qt to build UT apps?
I followed this but without success!
@abuabdellah said in easy way to develop ubuntu touch app:
ubuntu sdk
What is "Ubuntu SDK"?
What are "UT apps"?If you mean Qt SDK then please check https://doc.qt.io/qt-5/linux.html
-
@abuabdellah said in easy way to develop ubuntu touch app:
ubuntu sdk
What is "Ubuntu SDK"?
What are "UT apps"?If you mean Qt SDK then please check https://doc.qt.io/qt-5/linux.html
@abuabdellah said in easy way to develop ubuntu touch app:
I followed this but without success!
-
@abuabdellah said in easy way to develop ubuntu touch app:
I followed this but without success!
@abuabdellah Please explain what exactly you tried and what did not work...
-
@abuabdellah Please explain what exactly you tried and what did not work...
-
@abuabdellah Sorry, I really don't understand what you want to do. That link is about code completion in QtCreator.
Could you please explain clearly what you want to do? -
@abuabdellah Sorry, I really don't understand what you want to do. That link is about code completion in QtCreator.
Could you please explain clearly what you want to do?I want to develop UT app using Qt.
-
I want to develop UT app using Qt.
@abuabdellah I already asked before: what are UT apps?
-
@abuabdellah I already asked before: what are UT apps?
@jsulm it is mentioned on the title of this post! ubutnu touch application
-
@jsulm it is mentioned on the title of this post! ubutnu touch application
@abuabdellah OK. Here is the documentation from Ubuntu: https://docs.ubuntu.com/phone/en/platform/sdk/installing-the-sdk
Did you follow it? If so, what did not work?
This SDK contains Qt and QtCreator. -
@abuabdellah OK. Here is the documentation from Ubuntu: https://docs.ubuntu.com/phone/en/platform/sdk/installing-the-sdk
Did you follow it? If so, what did not work?
This SDK contains Qt and QtCreator.$ LANG=C sudo apt update && sudo apt install ubuntu-sdk Ign:1 http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu eoan InRelease Hit:2 http://archive.ubuntu.com/ubuntu eoan InRelease Hit:3 http://security.ubuntu.com/ubuntu eoan-security InRelease Hit:4 http://archive.ubuntu.com/ubuntu eoan-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu eoan-backports InRelease Ign:6 https://repo.ubports.com [bionic|xenial] InRelease Err:7 http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu eoan Release 404 Not Found [IP: 91.189.95.83 80] Err:8 https://repo.ubports.com [bionic|xenial] Release 404 Not Found [IP: 172.67.74.151 443] Reading package lists... Done E: The repository 'http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu eoan Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'https://repo.ubports.com [bionic|xenial] Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
-
$ LANG=C sudo apt update && sudo apt install ubuntu-sdk Ign:1 http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu eoan InRelease Hit:2 http://archive.ubuntu.com/ubuntu eoan InRelease Hit:3 http://security.ubuntu.com/ubuntu eoan-security InRelease Hit:4 http://archive.ubuntu.com/ubuntu eoan-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu eoan-backports InRelease Ign:6 https://repo.ubports.com [bionic|xenial] InRelease Err:7 http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu eoan Release 404 Not Found [IP: 91.189.95.83 80] Err:8 https://repo.ubports.com [bionic|xenial] Release 404 Not Found [IP: 172.67.74.151 443] Reading package lists... Done E: The repository 'http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu eoan Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'https://repo.ubports.com [bionic|xenial] Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
@abuabdellah From http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu/dists/ I can see that Ubuntu 19.10 (eoan) is not supported. It looks like latest Ubuntu version there is 17.04. I'm not even sure Ubuntu Touch is still in development? I was thinking it was stopped by Canonical.