What wrong with my Style? cannot resolve symbol Theme.AppCompat.Light.NoActionBar

后端 未结 2 638
南方客
南方客 2020-12-11 22:35

Currently, my styles.xml file show something not properly. Theme.AppCompat.Light.NoActionBar cannot be resolve. I have restart android studio but it still not w

2条回答
  •  遥遥无期
    2020-12-11 23:03

    1. Exit Android studio.
    2. Go to your project directory.
    3. Something like this in my case( F -> Android -> YourProjectName -> .idea).
    4. Delete libraries folder present in .idea folder.
    5. Restart your Android Studio and your issue is resolved.

提交回复
热议问题