Android Studio会因空项目而抛出错误

时间:2018-06-12 17:19:32

标签: android android-studio

我收到了这个错误:

未找到样式属性'android:attr / metaButtonBarStyle'

我在刚刚安装的Android Studio版本上获得了一个新的空项目。

我试过重建项目,将在生成的values.xml文件属性metaButtonBarStyle,与android.enableAapt2 =假gradle-wrapper.properties禁用AAPT2,我已经试过卸载插件和Android工作室,开始与一个刚刚安装的Android Studio版本,项目空白,我仍然收到错误。

这是我的依赖:

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.1'
implementation 'com.android.support:design:27.1.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

任何人都可以帮我这个吗?

1 个答案:

答案 0 :(得分:0)

降级您使用的SDK可能会有所帮助,除非您需要特定的SDK。

我知道当我使用带有Unity游戏引擎的Android SDK时,我必须进入并删除/重命名文件夹以触发Unity下载那些有效的文件版本,我不知道如果Android Studio中有类似的自动修复,但如果有,您可能想要找到metaButtonBarStyle的位置并重命名父文件夹。