2018-04-08-Android-TimeCat-解决cant-resolve-symbol-R
🎉

2018-04-08-Android-TimeCat-解决cant-resolve-symbol-R

背景

莫名其妙出现了,鬼知道怎么来的。

解决方法总结

1. 推荐

解决90%的情况:
Build->Clean Project Build->Rebuild Project
notion image

2. 不常见

Android Studio 有个奇葩的设置。。
notion image
notion image
欸,来搞一下分配的空间就行了。
打开ide配置
notion image
填入idea.max.intellisense.filesize=99999999
notion image
清缓存然后重启Android Studio
notion image
notion image

引用