讓我開始說我是Android編程的新手。我正在使用Pragmatic的Hello Android書(第3版)。我正在流行的數獨遊戲的例子,並複製從書將被放置在main.xml中文件中的代碼後,我得到了以下錯誤:找不到與指定名稱匹配的資源('text'值爲'@ string/continue_label')
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').
他們很可能所有相關的,但經過一番搜索後,我不知道問題是什麼。有什麼建議麼?
將您的strings.xml和colors.xml文件從Res目錄下的Values文件夾中發佈。資源文件夾中的某些內容可能已損壞 – FoamyGuy
您是否已將值放入xml文件中? –