How to run BASH script in my Android?

后端 未结 5 1498

My same BASH script is working in Fedora/CentOS.

But I am testing one Android eee pad transformer. \"e

5条回答
  •  一整个雨季
    2021-01-31 11:16

    As was stated, the Android OS (up to and including 4.0) does not include the BASH interpreter (just shell). While BusyBox is a great tool, I believe it's only a single executable that combines stripped-down-functionality-for-size versions of common UNIX utilities, but doesn't actually include the BASH interpreter.

    For an Android compiled version of the BASH interpreter, refer to this Forum thread: http://forum.xda-developers.com/showthread.php?t=537827

提交回复
热议问题