I have the error message:
Error:(18) Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.NoActionBar'.
with this configuration :
compileSdkVersion 23
buildToolsVersion "23.0.1"
I have to change the theme from:
<style name="AppTheme" parent="Theme.AppCompat.NoActionBar"/>
to:
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"/>