Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
它至少以某种形式存在。我已经设法找到一个应用程序,甚至可以编译 C 和 Delphi,而无需任何额外的依赖项(我假设它带有 GCC 和 FreePascal。)我目前找不到它,但请继续搜索。同时,TouchQode 至少会给您一些脚本支持。对于 C#,您需要 Mono。
Mono 的运行时在 Android 上当然可用,而且我认为绝对没有理由在 Android 上不能有一个编译器。编辑:正如 CommonWares 提到的,没有免费的 Mono 端口Android,所以这些都不适用。遗憾。It exists in some form, at least. I have managed to find an application that even compiles C and Delphi without any extra dependencies (I assume it comes with GCC and FreePascal.) I can't find it at the moment, but keep searching. In the meantime, TouchQode at least will give you some scripting support. For C#, you'll need Mono.
The runtime for Mono is certainly available on Android and I see absolutely no reason there can't be a compiler for it on Android as well.edit: As CommonWares mentions, there is no freely available Mono port for Android, so none of this applies. Pity.为什么不呢,它是一个 Linux 内核和一个得到良好支持的架构(arm)。您可以为 Android 编译 GCC,但平板电脑的性能不会让您感到惊讶。我猜你还需要构建 glibc - 你可以在这里检查: http:// forum.xda-developers.com/showthread.php?t=1299962
基本上你需要为arm架构交叉编译gcc和glibc。
Why not, it's a linux kernel and a well supported architecture (arm). You can compile GCC for android, but the performance of a tablet will not amaze you. You will also need to build glibc I guess - you can check here: http://forum.xda-developers.com/showthread.php?t=1299962
Basically you will need to cross compile gcc and glibc for the arm architecture.
暂时假设答案是肯定的(当然不适用于 C#)。
您还需要:
目前这些都不存在于 Android 上运行,尽管有一些不错的文本编辑们。
Let's pretend, for the moment, that the answer was yes (it's certainly not for C#).
You would also need:
None of that exists to run on Android at this time, though there are some OK text editors.