Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直按照这里发布的指南,试图让这个 Hello, World 程序在我的三星 Galaxy S3 上运行。它已经扎根了,我成功地将“hello”文件推送到了 sdcard 上。现在,当我以超级用户(# 而不是 $)的身份进入 shell 并尝试运行文件时,我得到“无法执行 - 权限被拒绝”。我使用 chmod 755 hello 看看是否可以解决它,仍然没有。
有什么我想念的吗?这是我第一次摆弄安卓,刚拿到手机,想看看能不能让它工作。对这一切都很陌生。
谢谢!
很可能您的 SD 卡已安装noexec选项。将文件复制到另一个分区,/data然后尝试从那里运行它
noexec
/data