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

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

    I think the issue is that you have

    android:prompt="@string/level_array"
    

    and you don't have any string with the id, to refer to the array, you need to use @array

    test this or put a screen of your log please

提交回复
热议问题