Error using eclipse for Android - No resource found that matches the given name

后端 未结 15 1624
误落风尘
误落风尘 2020-12-10 10:42

Common problem I\'m sure, but I can\'t figure it out. In my AndroidManifest.xml and main.xml I\'m getting the no resource found that matches the given name. I\'ve double c

15条回答
  •  执念已碎
    2020-12-10 11:45

    I had the same issue and tried most of the solutions mentioned above and they did not fix it.. At then end, I went to my .csproj file and viewed it in the text editor, I found that my xml file that I put in the /Drawable was not set to be AndroidResouces it was just of type Content.

    Changing that to be of type AndroidResouces fixed the issue for me.

提交回复
热议问题