Hi there ,
I am using NDK to load some png files ,but i don't know the correct path used in fopen()method in the native code,i have tried many times ,I put the png files in assests directory or in res/drawlable directory ,but every time fopen() method can't find them .
so please tell me where these png files should be put ,and what the path used in fopen() in the native code should be ?
by the way ,I have tried the way that put the files on sdcard ,then fopen() method can find them successfully .but i think that's not the best way.
I appreciate any help from you !

