Cannot resolve symbol Theme, ThemeOverlay

前端 未结 7 1831
清酒与你
清酒与你 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:40

    Found Easiest Way

    • Close project (File> Close Project)
    • Import / Re-Open project again (NOT from Recent)

    The error should be gone.

    If(that_did_not_work)

    • Open build.gradle, remove appcompact-v7 dependency and sync.
    • Again add that dependency and sync.

    Error Gone!

提交回复
热议问题