Cannot resolve symbol Theme, ThemeOverlay

前端 未结 7 1829
清酒与你
清酒与你 2020-12-17 09:17

I updated my android studio to latest version - 3.0.1. Since then it complains \'Cannot resolve symbol\' for Theme and ThemeOverlay in the following lines of code. App runs

7条回答
  •  独厮守ぢ
    2020-12-17 09:42

    Something got messed up on the indexing of the Project when you updated the version.

    To fix go to the menu:

    File -> Invalidate Caches/Restart
    

    that will reopen and re-index the whole project, the error should be gone.

提交回复
热议问题