Issue
I can't see my drawable's subfolders(drawable_ldpi, drawable_mdpi, ....) in android studio's project directory on left
And i can't access images in those folders as well but when i open it in project level i can see those folders but still can't access them in my xml or java.
And here's the folder that contains them
Every Help will be appreciated.
Solution
drawable-*
directories are supposed to be outside of drawable
directory.
All drawable-*
directories are supposed to be in res
directory.
Read how it works here.
Answered By - Eugen Pechanec
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.