没有资源的发现 - Theme.AppCompat.Light.DarkActionBar发现、资源、Theme、DarkActionBar

2023-09-12 21:57:00 作者:逗比代表

我用动作条式发电机,现在尝试使用到我的应用程序,但得到:

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'.

我使用的 Android的支持-V7-appcompat.jar 的lib库文件夹内

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

我的目标是让我的应用程序兼容2.3或以上

my target is to make my app compatible 2.3 or above

推荐答案

AppCompat 是库项目。您需要引用该库项目的Andr​​oid项目。

AppCompat is a library project. You need to reference the library project in your android project.

检查专题的添加库与资源 。

Check the topic Adding libraries with resources.