I am trying to write a code that lets me programmatically switch a file from one of my resources folders to my assets folder. I have tried the usual method that has worked so very well for me in the past....but with android it seems to do nothing....HELP!!!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The assets and res folders are part of the structure of the .apk file. This isn't something that can be changed by the application on the phone. You can create a folder structure in the phone's file system, but that will need to be accessed from your app by the file access api, not as assets or resource identifiers. |
|||
|
|