Ресурсов, соответствующих данному имени, не найдено (в 'text' со значением '@ string / continue_label')

Позвольте мне начать с того, что я новичок в программировании для Android. Я использую книгу Pragmatic Hello Android (3-е издание). Я работаю над примером популярной игры судоку, и после копирования кода из книги, который должен быть помещен в файл main.xml, я получаю следующие ошибки:

error: Error: No resource found that matches the given name (at 'background' with value '@color/background')
.
error: Error: No resource found that matches the given name (at 'text' with value '@string/main_title').

error: Error: No resource found that matches the given name (at 'text' with value '@string/continue_label').

error: Error: No resource found that matches the given name (at 'text' with value '@string/new_game_label').

error: Error: No resource found that matches the given name (at 'text' with value '@string/about_label').

error: Error: No resource found that matches the given name (at 'text' with value '@string/exit_label').

Они, вероятно, все связаны, но после выполнения некоторые поиски, я не знаю, в чем проблема. Есть предложения?

11
задан Michael J. Lee 22 July 2011 в 16:47
поделиться