AndroidManifest.xml
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="17" />
I am using Android Studio (non gradle project), so no previous answers have been helpful to me.
In my styles.xml I am getting the error from the title on
<style name="AppTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">