Issue
I want to create folder in R.raw
to classify my media source.
But when I try to read the folder in R
, I can't found the folder.
R.raw.folderName
How can I solve the problem?
Solution
You can not add folders to the raw
folder or any of the folders inside the res
folder.
Android supports only a linear list of files within the predefined folders under res.
The asset
folder though, can have an arbitrary hyarchie of folders because the asset
folder is not considered as resources.
Answered By - Bas van Stein
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.