No resource found that mach the given name Theme.AppCompat.Light.NoActionBar
I am adding some items in Styles.xml files. However, it is giving me an error. Here is my code. <?xml version="1.0" encoding="UTF-8" ?> <resources> <style name="MyTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="colorPrimary">#2196F3</item> <item name="drawerArrowStyle">@style/MyDrawerArrowStyle</item> </style> <style name="MyDrawerArrowStyle" parent="Widget.AppCompat.DrawerArrowToggle"> <item name="color">#F5F5F5</item> <item name="spinBars">true</item> </style> </resources> Error can be seen in the screenshot below Error retrieving parent for item: No resource found that