downloading multiple files using downloadmanager class in android?

后端 未结 2 1402
遇见更好的自我
遇见更好的自我 2021-01-29 15:06

i want to download multiple files using downloadmanager class in android i have 100-200 image file but when i try to download the files app crashes but the download starts? how

2条回答
  •  逝去的感伤
    2021-01-29 15:56

    Can you show us the code com.example.newpicker.AnotherActivity class, because it seems that the error comes from this class.

    then the error is a IndexOutOfBoundsException, so have you tried with less image eg 10 or 20? and run later when the first 10 are recovered?

提交回复
热议问题