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

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

    Yet another Googlemare Landmine....

    I solved this same problem today: Somehow, if you mess up, the icon line on your .gen file dies. (Empirical proof of mine after struggling 2 hours)

    Insert a new icon 72x72 icon on the hdpi folder with a different name from the original, and update the name on the manifest also.

    The icon somehow resurrects on the Gen file and voila!! time to move on.

提交回复
热议问题