开发者

Acess External SD card with NDK

开发者 https://www.devze.com 2023-02-04 04:33 出处:网络
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?

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

精彩评论

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