Android Studio 0.8.2(测试版)中的Appcompat样式错误

时间:2014-07-29 21:34:50

标签: android android-studio android-appcompat android-actionbar-compat

我'我检查过以前有关Appcompat资源未找到问题的问题但没有解决我的问题。我已将appcompat 20.0作为库添加到我的项目中,并检查它是否在外部库文件夹中。我还检查了build.gradle中的依赖项,它也在那里。但是每当我尝试在样式文件中创建新样式时IDE都找不到@ style / Theme.AppCompat.Light。有什么建议吗?

我想做什么(给出错误)

<style name="Theme.myactionbar" parent="@style/Theme.AppCompat.Light">
    ...
    items
    ...      
</style>

另一方面,我可以轻松地从应用程序标签下的清单启用主题而没有问题

<application
    android:allowBackup="true"
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:screenOrientation="portrait"
    android:theme="@style/Theme.AppCompat.Light"

1 个答案:

答案 0 :(得分:1)

我有同样的问题,但对我来说只有IDE问题。当我运行应用程序时,它使用正确的主题