android - No resource found that matches the given name '@style/Theme.AppCompat.Light.DarkActionBar' -
androidmanifest.xml
<uses-sdk android:minsdkversion="14" android:targetsdkversion="17" />
i using android studio (non gradle project), no previous answers have been helpful me.
in styles.xml getting error title on
<style name="apptheme" parent="@style/theme.appcompat.light.darkactionbar">
i had several 3rd party libraries contained in project. when selected each of them , imported them module, style error went away.
file > project construction > modules > click + > import module > add together each project folder module
android android-studio android-support-library appcompat
No comments:
Post a Comment