0

I'm working on shared project and needed to add Resources/layout folder but this leads me to error about this folder alredy existing.

In my project Resources folder only have Drawable and values subfolders. In actual file system here is also some alternative folders for drawables. But here is no layout folder.

How can I solve this problem?

Maybe it's fine to use different folder name? I can add layout_ folder without errors.

InfernumDeus
  • 1,185
  • 1
  • 11
  • 33

1 Answers1

0

Problem was solved by removing code refering to not existing yet Resource.Layout and rebuilding solution.

Can't tell for sure what's actually solved a problem.

InfernumDeus
  • 1,185
  • 1
  • 11
  • 33