Can Linux apps be run in Android?

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

    Not directly, no. Android's C runtime library, bionic, is not binary compatible with the GNU libc, which most Linux distributions use.

    You can always try to recompile your binaries for Android and pray.

提交回复
热议问题