Can Linux apps be run in Android?

前端 未结 14 1664
旧时难觅i
旧时难觅i 2020-12-07 16:23

Android is based on Linux; can native Linux applications be run on Android?

14条回答
  •  佛祖请我去吃肉
    2020-12-07 17:02

    Yes you can. I have installed a complete Debian distribution in a chroot-jail enviroment using debootstrap. (You need a rooted device) I am now running ssh, apache, mysql, php and even a samba server under android on my htc-desire with no problems. It is possible to run x applications using a remote x server via ssh. It even runs openoffice.org and firefox. You can use this: http://code.google.com/p/android-xserver/ to run X-application on localhost but my HTC-desire has a to small screen to be productive :-) But it might be usefull on a Eee Pad Transformer or something like that.

提交回复
热议问题