Android Studio 3.0 cannot resolve symbol Theme

前端 未结 10 789
青春惊慌失措
青春惊慌失措 2020-12-29 20:46

As stated in style.xml, there is a weird error, which shows Cannot resolve symbol \'Theme\', which is quite strange.

See pic of the error :-

My Project Spe

10条回答
  •  天涯浪人
    2020-12-29 21:19

    Delete 'com.android.support:appcompat-v7:27.0.0','com.android.support:design:27.0.0' compile from app build.gradle then sync and then again paste those 2 compile then sync.... it will solve

提交回复
热议问题