Android Studio create A folder in R.raw -


i want create folder in r.raw classify media source.

but when try read folder in r, can't found folder.

 r.raw.foldername 

how can solve problem?

you can not add folders raw folder or of folders inside res folder.

android supports linear list of files within predefined folders under res. asset folder though, can have arbitrary hyarchie of folders because asset folder not considered resources.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -