I have a file in my application that I want to include in the .apk for my Android application, which is a TXT file. My application is almost entirely written in C through the use of NDK using OpenGL. I know that I can link a txt file by putting it in / res / raw /, but is there anyway I can access this in the Android NDK?
-Thanks
source share