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

后端 未结 15 1652
误落风尘
误落风尘 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:32

    I resolved this kind of issue like this: I went into my XML layout file, cut the line of code that was generating the error. Then I saved the file, and pasted the code back in. The error was gone.

提交回复
热议问题