R.id给出错误“无法解析符号'R'”

时间:2019-03-30 17:49:18

标签: android

我正在制作一个将文本上传到Firebase Firestore的应用程序,除了添加新活动外,它都可以正常工作。然后,它在所有R.id. *调用中给出错误“无法解析符号'R'”。

我尝试了许多策略,例如 Build-> Clean Project Build-> Rebuild Project ,但我在互联网上找不到解决此问题的答案。

final Button openUploadApp = (Button) findViewById(R.id.button3);
//This is one affected line and all the other lines are just like this one.

它应该去并将button3分配给openUploadApp,但是它只是给出了错误。 谢谢你的帮助, 我的215

1 个答案:

答案 0 :(得分:1)

文件>无效缓存>无效并重新启动。 这是一个常见的Android Studio错误。那应该解决它。