starting with xamarin , i try to follow the example DisignerWalkthrough. My problem is, I do not find the directories mipmap-xxx (hdpi and so on) and do not get the exampe runnung. I read a lot of well understandable articles about the directories drawable and mipmap.... But the dir drawable appers in resources, the directories mipmap.. do not. Should they be included or do i have to create them by my own?
I know, it sounds easy...
I run Visual Studio 2015, Version 14.0.24720.00 update 1 on a Win10 laptop
SOLVED. sorry for the question. I simply created a directory res/mipmap und copied an icon inside. it worked
Answers
SOLVED. sorry for the question. I simply created a directory res/mipmap und copied an icon inside. it worked