I have errors with styles.xml
Compiling with Android 5.0.1
<style name="CCPTheme.Light" parent="Theme.AppCompat.Light.DarkActionBar">
No resource found and ALL items in error
<style name="CCPTheme.NoActionBar" parent="CCPTheme.Light"> OK
ALL items in error
<style name="CPPTheme.AlertDialog" parent="Theme.AppCompat.Light.Dialog">
No resource found and ALL items in error
I have errors with styles.xml
<style name="CCPTheme.Light" parent="Theme.AppCompat.Light.DarkActionBar"> No resource found and ALL items in error <style name="CCPTheme.NoActionBar" parent="CCPTheme.Light"> OK ALL items in error <style name="CPPTheme.AlertDialog" parent="Theme.AppCompat.Light.Dialog"> No resource found and ALL items in errorCompiling with Android 5.0.1