Can Linux apps be run in Android?

前端 未结 14 1658
旧时难觅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:05

    Android does not run X Windows, nor does it have many of the standard GNU libraries. So, since most native linux applications require one or both of these, most will not run.

    In addition, even Java programs can be limited, because the version of Java that Android applications are written in is a subset of the standard Java library.

提交回复
热议问题