File mkdirs() method not working in android/java

后端 未结 4 1115
不知归路
不知归路 2020-12-19 00:44

I\'ve been pulling out my hair on this for a while now. The following method is supposed to download a file, and save it to the location specified on the hard drive.

<
4条回答
  •  暖寄归人
    2020-12-19 01:10

    If you are writing contents to your SD card hope you have added android.permission.WRITE_EXTERNAL_STORAGE permission in your manifest

提交回复
热议问题