Is it possible to run a linux application on android platform?

Closed
abhik97825 Posts 2 Registration date Monday May 16, 2016 Status Member Last seen May 16, 2016 - May 16, 2016 at 07:15 AM
jay_143 Posts 1 Registration date Monday May 16, 2016 Status Member Last seen May 16, 2016 - May 16, 2016 at 07:49 AM
Hello,

Is it possible to run a linux application on android platform....
Related:

2 responses

abhik97825 Posts 2 Registration date Monday May 16, 2016 Status Member Last seen May 16, 2016 1
May 16, 2016 at 07:38 AM
Please answer the question
1
jay_143 Posts 1 Registration date Monday May 16, 2016 Status Member Last seen May 16, 2016
May 16, 2016 at 07:49 AM
On Android: not directly.*but* You can run whole Linux distro on Android in light-weight virtualization (chroot).
My friends runs whole Debian-ARM on rooted Android in chroot and access the VM using VNC, so he has full-scale Linux desktop applications on his phone. It works best with pen stylus (on Galaxy Note) or with desktop-class display (20"+; via MHL cable) and keyboard.
It can also be done on convertible tablets (aka ASUS transformer). Basically what happens is that Debian Linux and Android share the same Android-Linux kernel and use Android drivers, that come with your
device, but have 2 different operating systems (userspaces) on top of a single Linux kernel. "chroot" feels like virtualization (VMware/VirtualBox), but it is more light-weight type.
The reverse is also true: if you have a Windows PC and wanna virtual Android: there is a "blue-stacks", that emulate an Android tablet on Windows PC.
Credit : https://www.queryhome.com/tech/251/running-a-linux-application-on-android-plateform?show=267#a267
0