how can i download audio file from server by url

后端 未结 2 2032
被撕碎了的回忆
被撕碎了的回忆 2021-01-07 14:38

how can i download audio file from server by url and save it to sdcard.

i am using the code below:

public void uploadPithyFromServer(String imageURL,         


        
2条回答
  •  自闭症患者
    2021-01-07 15:04

    you must also add

    android.permission.WRITE_EXTERNAL_STORAGE

    permission if you wish to write data to sd card.

    also post your logcat output , if you are getting any IOExceptions.

提交回复
热议问题