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
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