Issue
I was trying to add some images to my project in Android Studio however I noticed that I only had the drawable folder, neither of other (drawable-hdpi etc.) folders were there.
So I decided to put them by hand, just created the folders with appropriate names and placed the images:

However It still kept giving this error which I couldn't handle. Why this error occurs and how to solve it?
Thank you.
Solution
drawable-* folders should be under res and not under res/drawable.
Answered By - laalto
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.