Home > other >  xamarin: I can't add anything to the .Android section
xamarin: I can't add anything to the .Android section

Time:02-07

In my project I want to add a menu bar. I have downloaded a menu icon now I want to add it under .Android -> Resources. Unfortunately I can't add anything (a prohibition sign appears as a mouse icon). I also tried to add only a png or another file which also does not work.

My project enter image description here

The downloaded icons: enter image description here

Does anyone know how I can add the files in the appropriate place?

CodePudding user response:

Don't know if this is the case, but some times the projects lacks the actual 'Drawable' folder. Create the folder yourself from fileexlorer

  •  Tags:  
  • Related