我正在尝试按照https://developer.android.com/training/index.html上的google教程编译我正在装箱的Android应用程序
我遇到了一个问题,我收到错误“R无法解析为变量”
我遵循其他主题的建议,例如清理/重建,删除所有导入android.R,并为每个版本重新安装我的Android SDK Build-tools
以下是问题MyFirstApp.zip
的教程项目的副本我已经接受了其他主题中的建议,但他们的解决方案未成功。1 2 3 4请帮助!
如果您有任何其他信息需要解决此问题,请与我们联系。
答案 0 :(得分:2)
I have seen your code there is an error inside main_activity_actions.xml which is inside your menu folder
It does not find @string/action_search which must be present in strings.xml
So put <string name="action_search">Search here</string> inside your strings.xml
and clean and build the project.
I hope the error will be solved.
答案 1 :(得分:0)
当您的XML文件出错时,通常会附加
也许您尝试使用不再存在的XML变量。它不会给你的XML带来任何错误。
验证文件“Value”上的XML变量以及从Java文件中调用的