Problem installing Ubuntu SDK IDE on MATE 16.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I'm trying to install Ubuntu SDK and SDK IDE on Ubuntu MATE 16.04, but every time I run it, I get this error:
Stopping containers: All containers stopped. Creating default network bridge .....
FAILED
error: Creating the bridge failed with: not implemented
---Task exited with errors, please check the output---
I've set up LXD with sudo lxd init
, reinstalled both, and even opened them both up in a fresh VM, to no avail. Thanks!
ubuntu-sdk lxd
add a comment |Â
up vote
0
down vote
favorite
I'm trying to install Ubuntu SDK and SDK IDE on Ubuntu MATE 16.04, but every time I run it, I get this error:
Stopping containers: All containers stopped. Creating default network bridge .....
FAILED
error: Creating the bridge failed with: not implemented
---Task exited with errors, please check the output---
I've set up LXD with sudo lxd init
, reinstalled both, and even opened them both up in a fresh VM, to no avail. Thanks!
ubuntu-sdk lxd
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to install Ubuntu SDK and SDK IDE on Ubuntu MATE 16.04, but every time I run it, I get this error:
Stopping containers: All containers stopped. Creating default network bridge .....
FAILED
error: Creating the bridge failed with: not implemented
---Task exited with errors, please check the output---
I've set up LXD with sudo lxd init
, reinstalled both, and even opened them both up in a fresh VM, to no avail. Thanks!
ubuntu-sdk lxd
I'm trying to install Ubuntu SDK and SDK IDE on Ubuntu MATE 16.04, but every time I run it, I get this error:
Stopping containers: All containers stopped. Creating default network bridge .....
FAILED
error: Creating the bridge failed with: not implemented
---Task exited with errors, please check the output---
I've set up LXD with sudo lxd init
, reinstalled both, and even opened them both up in a fresh VM, to no avail. Thanks!
ubuntu-sdk lxd
ubuntu-sdk lxd
asked Feb 9 at 20:32
M. Loewenthal
705
705
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.
If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.
To install clickable on Ubuntu:
Add the PPA to your system.
sudo add-apt-repository ppa:bhdouglass/clickable
Update your package lists.
sudo apt-get update
Install clickable.
sudo apt-get install clickable
Configure docker for clickable.
clickable setup-docker
If you already have a project set up and ready to go, just run clickable
in the root of the project. If not, read this for information on how to get started.
If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.
If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.
If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.
To install clickable on Ubuntu:
Add the PPA to your system.
sudo add-apt-repository ppa:bhdouglass/clickable
Update your package lists.
sudo apt-get update
Install clickable.
sudo apt-get install clickable
Configure docker for clickable.
clickable setup-docker
If you already have a project set up and ready to go, just run clickable
in the root of the project. If not, read this for information on how to get started.
If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.
If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.
add a comment |Â
up vote
0
down vote
The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.
If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.
To install clickable on Ubuntu:
Add the PPA to your system.
sudo add-apt-repository ppa:bhdouglass/clickable
Update your package lists.
sudo apt-get update
Install clickable.
sudo apt-get install clickable
Configure docker for clickable.
clickable setup-docker
If you already have a project set up and ready to go, just run clickable
in the root of the project. If not, read this for information on how to get started.
If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.
If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.
If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.
To install clickable on Ubuntu:
Add the PPA to your system.
sudo add-apt-repository ppa:bhdouglass/clickable
Update your package lists.
sudo apt-get update
Install clickable.
sudo apt-get install clickable
Configure docker for clickable.
clickable setup-docker
If you already have a project set up and ready to go, just run clickable
in the root of the project. If not, read this for information on how to get started.
If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.
If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.
The Ubuntu SDK IDE and many of its tools are not supported at the moment. While the lxd issues might be fixable, you will run into more problems down the road.
If you're looking to create applications for Ubuntu Touch, the recommended tool is clickable, a simple but powerful and easy-to-use CLI tool. Clickable can build and package Ubuntu Touch applications, and you can choose to install them on a connected Ubuntu Touch device or run them directly on your desktop.
To install clickable on Ubuntu:
Add the PPA to your system.
sudo add-apt-repository ppa:bhdouglass/clickable
Update your package lists.
sudo apt-get update
Install clickable.
sudo apt-get install clickable
Configure docker for clickable.
clickable setup-docker
If you already have a project set up and ready to go, just run clickable
in the root of the project. If not, read this for information on how to get started.
If you really really want to use the SDK, you might want to check out the virtual machine download in this Ubuntu Touch programming course, but I recommend using clickable.
If you don't care about Ubuntu Touch, just use QtCreator, which the Ubuntu SDK was based on.
edited Feb 10 at 10:59
answered Feb 10 at 10:29
NeoTheThird
796428
796428
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004675%2fproblem-installing-ubuntu-sdk-ide-on-mate-16-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password