开发者

Android - Saving file to internal memory

I have file in Assets and I need to write this file to the Internal memory (not to the private part as a /data/data/mypackage/files, but to the memory I am able to see as a removable 开发者_运维百科disk, when I am connected to PC). Is there any way how to achieve this? I don't mean the method for file copy, but how to access my internal memory?


Here is a discussion that answers this problem. I'm assuming that you want to copy your asset to the SD card.

How to copy files from 'assets' folder to sdcard?


I'm not entirely certain about what you are asking, it sounds like you want to write to the SD card, but that's also usually considered external memory. If this is what you mean though, here is the documentation you need to read: http://developer.android.com/guide/topics/data/data-storage.html#filesExternal

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜