问题
hello friends I need to download mp3 file from the internet and to store it into the assets folder and also it must be played into the media player. How can i do it?
回答1:
- Downloading a file, see here.
- Storeing to asset folder: not possible, you cannot modify your resources or assets after compile time. Store the file to the sdcard, see here.
- Use MediaPlayer to launch the file.
来源:https://stackoverflow.com/questions/5729839/android-mp3-file-download