What is the bare minimum needed to run an android GUI program on ubuntu?Installing Aqua interface on DarwinKeeping program GUI front-end and CLI functionality separateDoes the command-line interpretor interface with the kernel/device drivers the same way as a normal GUI-program would?Is there a convenient small Unix virtual machine I can install as an Android app?Has anyone got the Android NDK toolchains to run on ARM instead of x86 or x86_64?Emulate Bluetooth LE Adapter for Acceptance TestingAndroid SDK on linux with NO GUIWhat is the bare minimum I should install on a headless Red Hat (or CentOS), or Ubuntu, box to be able run GUI programs through X11 via SSHWhat is the simplest way to have remote GUI access to Ubuntu 16.04 “server” from Ubuntu 16.04 “desktop”?Install Linux and Android in a x86_64 device with preinstalled android
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
Why do we use polarized capacitors?
I see my dog run
Prime joint compound before latex paint?
Where else does the Shulchan Aruch quote an authority by name?
Could Giant Ground Sloths have been a good pack animal for the ancient Mayans?
How to make payment on the internet without leaving a money trail?
Doomsday-clock for my fantasy planet
Crop image to path created in TikZ?
Need help identifying/translating a plaque in Tangier, Morocco
Is there any use for defining additional entity types in a SOQL FROM clause?
aging parents with no investments
Does bootstrapped regression allow for inference?
What is it called when one voice type sings a 'solo'?
How can I fix this gap between bookcases I made?
How can I plot a Farey diagram?
What is GPS' 19 year rollover and does it present a cybersecurity issue?
What is the command to reset a PC without deleting any files
Domain expired, GoDaddy holds it and is asking more money
Patience, young "Padovan"
Does the average primeness of natural numbers tend to zero?
Shall I use personal or official e-mail account when registering to external websites for work purpose?
Are objects structures and/or vice versa?
Why do UK politicians seemingly ignore opinion polls on Brexit?
What is the bare minimum needed to run an android GUI program on ubuntu?
Installing Aqua interface on DarwinKeeping program GUI front-end and CLI functionality separateDoes the command-line interpretor interface with the kernel/device drivers the same way as a normal GUI-program would?Is there a convenient small Unix virtual machine I can install as an Android app?Has anyone got the Android NDK toolchains to run on ARM instead of x86 or x86_64?Emulate Bluetooth LE Adapter for Acceptance TestingAndroid SDK on linux with NO GUIWhat is the bare minimum I should install on a headless Red Hat (or CentOS), or Ubuntu, box to be able run GUI programs through X11 via SSHWhat is the simplest way to have remote GUI access to Ubuntu 16.04 “server” from Ubuntu 16.04 “desktop”?Install Linux and Android in a x86_64 device with preinstalled android
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have grabbed an android x86 ubuntu "app" that runs android on top of linux. How would I run that from a CLI only install of ubuntu, like ubuntu server? Or what is the bare minimum needed to run this GUI program with the least overhead possible, as all of this runs on an intel atom.
ubuntu command-line gui android
New contributor
add a comment |
I have grabbed an android x86 ubuntu "app" that runs android on top of linux. How would I run that from a CLI only install of ubuntu, like ubuntu server? Or what is the bare minimum needed to run this GUI program with the least overhead possible, as all of this runs on an intel atom.
ubuntu command-line gui android
New contributor
You're going to need a GUI environment - in other words, X - to run a GUI app.
– Shadur
2 days ago
add a comment |
I have grabbed an android x86 ubuntu "app" that runs android on top of linux. How would I run that from a CLI only install of ubuntu, like ubuntu server? Or what is the bare minimum needed to run this GUI program with the least overhead possible, as all of this runs on an intel atom.
ubuntu command-line gui android
New contributor
I have grabbed an android x86 ubuntu "app" that runs android on top of linux. How would I run that from a CLI only install of ubuntu, like ubuntu server? Or what is the bare minimum needed to run this GUI program with the least overhead possible, as all of this runs on an intel atom.
ubuntu command-line gui android
ubuntu command-line gui android
New contributor
New contributor
edited 2 days ago
ctrl-alt-delor
12.4k52661
12.4k52661
New contributor
asked Apr 5 at 20:09
XpointView22XpointView22
1
1
New contributor
New contributor
You're going to need a GUI environment - in other words, X - to run a GUI app.
– Shadur
2 days ago
add a comment |
You're going to need a GUI environment - in other words, X - to run a GUI app.
– Shadur
2 days ago
You're going to need a GUI environment - in other words, X - to run a GUI app.
– Shadur
2 days ago
You're going to need a GUI environment - in other words, X - to run a GUI app.
– Shadur
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
You will need a lightweight GUI, such as LXqt or XFCE, as well as an Android emulator, of which there are many.
add a comment |
Installing the android emulator, should pull in all the dependencies you need for GUI.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
XpointView22 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510798%2fwhat-is-the-bare-minimum-needed-to-run-an-android-gui-program-on-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You will need a lightweight GUI, such as LXqt or XFCE, as well as an Android emulator, of which there are many.
add a comment |
You will need a lightweight GUI, such as LXqt or XFCE, as well as an Android emulator, of which there are many.
add a comment |
You will need a lightweight GUI, such as LXqt or XFCE, as well as an Android emulator, of which there are many.
You will need a lightweight GUI, such as LXqt or XFCE, as well as an Android emulator, of which there are many.
answered Apr 5 at 22:28
K7AAYK7AAY
1,0301028
1,0301028
add a comment |
add a comment |
Installing the android emulator, should pull in all the dependencies you need for GUI.
add a comment |
Installing the android emulator, should pull in all the dependencies you need for GUI.
add a comment |
Installing the android emulator, should pull in all the dependencies you need for GUI.
Installing the android emulator, should pull in all the dependencies you need for GUI.
answered 2 days ago
ctrl-alt-delorctrl-alt-delor
12.4k52661
12.4k52661
add a comment |
add a comment |
XpointView22 is a new contributor. Be nice, and check out our Code of Conduct.
XpointView22 is a new contributor. Be nice, and check out our Code of Conduct.
XpointView22 is a new contributor. Be nice, and check out our Code of Conduct.
XpointView22 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510798%2fwhat-is-the-bare-minimum-needed-to-run-an-android-gui-program-on-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You're going to need a GUI environment - in other words, X - to run a GUI app.
– Shadur
2 days ago