Reputation: 2748
Why I cannot insert the image by using this method? Does it has another way so that ca
can be inserted to mipmap
?
Upvotes: 0
Views: 732
Reputation: 26044
You can't beacuse you are in 'Android' view type. Change to 'Project' view in top-left selector. Actually, ic_drawer.png
is not a directory, but a set of 4 directories. One per image dimension.
You should put your images in drawables. Mipmap is only recommended for icons.
Upvotes: 1