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

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

    I renamed the file in res/values "strings.xml" to "string.xml" (no 's' on the end), cleaned and rebuilt without error.

提交回复
热议问题