Tony
Tony

Reputation: 2748

Cannot insert image using android studio

Why I cannot insert the image by using this method? Does it has another way so that ca can be inserted to mipmap?

enter image description here

Upvotes: 0

Views: 732

Answers (1)

Héctor
Héctor

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.

enter image description here

You should put your images in drawables. Mipmap is only recommended for icons.

Upvotes: 1

Related Questions