找不到以下类-android.support.v7

时间:2016-07-14 19:43:16

标签: android-studio-2.1 xml-layout

我刚刚安装了android studio,我的xml布局文件中出现了以下错误

The following classes could not be found:
-android.support.v7.app.WindowDecorActionBar
-android.support.v7.widget.ActionBarContainer
-android.support.v7.widget.ActionBarContextView
-android.support.v7.widget.ActionBarOverlayLayout
-android.support.v7.widget.ContentFrameLayout
-android.support.v7.widget.Toolbar

如何删除这些错误?

1 个答案:

答案 0 :(得分:1)

我刚刚找到问题的解决方案......

转到values文件夹中的styles.xml并更改:

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">

要:

<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">