You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is android (fully/enough) POSIX compatible? It runs on a modified Linux kernel right? On the other hand, as far as I know every app runs in a JVM? I found this article about a POSIX compatible libc implementation by Google
how difficult is it to program in C on android? --> should be possible with a java wrapper with NDK as explained here and here
readline wont be the worst problem at first, I think: we can always use some kind of jsh fallback mode using C precompiler directives and a simple non-line editing readcmd function
There may be a possibility we can get the shell working on android too :).
TODO:
The text was updated successfully, but these errors were encountered: