开发者

Acess External SD card with NDK

I'm developing a native apk for a开发者_如何学Pythonndroid with NDK 5.

My question is, how do I access to write and read from external SD card from native code?

PS: Testing under Galaxy Tab.


Have you tried:

fopen("/sdcard/filename.ext", "r+")

?


Please read this answer, things are little bit complicated for Galaxy Tab

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜