How to create a file in an SDCARD directory

后端 未结 5 1895
长情又很酷
长情又很酷 2020-12-10 07:38

I want to create a file(not created) in a directory(not created) in the SDCARD. How doing it ?

Thank you.

5条回答
  •  北海茫月
    2020-12-10 08:23

    You should also have to add permission to write to external media. Add following line in the application manifest file, somewhere between tags, but not inside tag:

提交回复
热议问题