No resource found - Theme.AppCompat.Light.DarkActi

2019-01-02 18:04发布

I used ActionBar Style Generator, and now trying to use into my app, but getting :

error: Error retrieving parent for item: No resource found that matches the given name '@style/ Theme.AppCompat.Light.DarkActionBar'.

i am using android-support-v7-appcompat.jar lib inside libs folder

my target is to make my app compatible 2.3 or above

13条回答
听够珍惜
2楼-- · 2019-01-02 18:40

If you are using Android Studio then just add the dependency

dependencies {
     compile 'com.android.support:appcompat-v7:25.0.1'
}

to app/build.gradle. And that will work

查看更多
登录 后发表回答