when ever i add a image asset in drawable,i get those images in mipmap folder.And what is the difference between mipmap and drawable and why i am facing this problem.I have tried adding image asset in drawable and res folder.
Asked
Active
Viewed 45 times
0
-
How do you add them? And do you want a large image or a small icon? – Vucko Jun 18 '16 at 13:26
-
Answer here http://stackoverflow.com/a/28065664/1575195 – eracube Jun 18 '16 at 13:26
-
"i get those images in mipmap folder" -- that should only occur for launcher icons. Other sorts of image assets generate drawables. – CommonsWare Jun 18 '16 at 13:36