File Operations in Android NDK
Posted
by EnderX
on Stack Overflow
See other posts from Stack Overflow
or by EnderX
Published on 2010-01-02T21:40:15Z
Indexed on
2010/05/05
6:38 UTC
Read the original article
Hit count: 217
I am using the Android NDK to make an application primarily in C for performance reasons, but it appears that file operations such as fopen do not work correctly in Android. Whenever I try to use these functions, the application crashes.
How do I create/write to a file with the Android NDK?
© Stack Overflow or respective owner