I\'m trying to save pictures in a subfolder on Android. Here\'s a bit of my code:
File path = Environment.getExternalStoragePublicDirectory(Environment.DIREC
Just create the directory on the PC first, and then copy it over to the SD card/phone storage.
You can either put in the contents into the folder first and copy over or just the folder first. As long as the folder is created from the PC, any content can just be copied directly to internal/external mobile devices. For zipped content, it cannot be directly unzipped and copied over unfortunately; you need to unzip them first.