2
score
959
views
yes
status
CC BY-SA 3.0
How to download a file in Android
You cannot download a file into "assets" or "/res/raw". Those get compiled into your APK. You can download the file to your apps internal data directories. See Saving Files | Android Developers . There are plenty of...