Позвольте мне начать с того, что я новичок в программировании на 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').
Они, вероятно, все связаны, но после некоторых поисков я не знаю, в чем проблема. Любые предложения?