无法找到以下类android.support.v7.internal.app.windowDecoration

时间:2015-11-28 09:02:37

标签: java android android-studio

我只是在我的mac上设置了android studio(版本1.5 ),每次我创建一个新项目时出现相同的错误

  

无法找到以下类android.support.v7.internal.app.windowDecoration

我刚试过这里提到的每个解决方案,但同样的问题仍然存在

度过愉快的一天

The following classes could not be found: android.support.v7.internal.app.WindowDecorActionBarERROR :rendering problems The following classes could not be found android.support.v7.internal.widget.ActionBarOverlayLayoutError: "The following classes could not be found: - android.support.v7.widget.GridLayout" after upgrading Android SDK Tools

1 个答案:

答案 0 :(得分:1)

通过这种方式解决问题:

  1. 从“sdk / extras / android / support / v7 / appcompat”导入支持库作为项目。
  2. 项目中的参考库(对于Eclipse,“属性 - Android - 添加”)。
  3. 构建项目(对于Eclipse,“Projects - Build All”)。确保您的主项目gen文件夹中有“android.support.v7.appcompat”。
  4. 如果不起作用 - 清理并重建项目。