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.
我正在尝试修复并移植一个用 C 编写的旧项目以在 Android 上运行。本项目使用系统调用,如 stat(file, inode) 和 system(command)。
Android NDK 是否完全支持这些功能?还是我最好用 Java 重写整个项目?
是的,您可以在 Android NDK 中使用系统调用和 libc 函数。