0

I am having a trouble in Xamarin. I added a folder in drawable. I named it "puzzles". Now, I can not set source of the ImageView which image is in that folder. I cant see my files which is in puzzles folder. Here is screenshot.

enter image description here

john chen
  • 176
  • 15
  • 2
    "Why is it called puzzles?! That's the puzzle" - Sry :D you can't create subfolders in resources. Maybe check this: http://stackoverflow.com/a/1078988/3067372 – Wicked161089 Dec 03 '14 at 14:55

1 Answers1

0

Well you are not allowed to have sub folders in the Resources folders. If you need a visible difference between your files in the drawable directory go for a naming convention like calling them puzzles_nameOfFile

Alex.F
  • 5,648
  • 3
  • 39
  • 63
  • It is so interesting. Files may be mixed. I just would like to seperate them. Thank you for your reply. – john chen Dec 04 '14 at 15:13