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

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

    Eclipse doesn't seem to like imported programs. What worked for me is renaming strings.xml to string.xml, save (without error) and then rename it back to strings.xml, save again and error doesn't show up again.

    Eclipse would be sooo good if it wasn't for those tiny little errors all the time :(

提交回复
热议问题