Android DownloadManager illegalstateexception unable to create directory

后端 未结 2 1929
失恋的感觉
失恋的感觉 2020-12-17 20:04

I\'m making android app which is using DownloadManager. I want to download file into folder which I made. But this sources don\'t operate. And happen IllegalstateException.

2条回答
  •  囚心锁ツ
    2020-12-17 20:42

    Make sure you have

    
    

    in your manifest.xml

    Also if you are using an emulator, make sure you created it with SD card storage. It's NOT created by default.

提交回复
热议问题