Android Studio 3.0 Beta5编译错误

时间:2017-09-10 07:14:00

标签: android compiler-errors sdk

信息:Gradle任务[:app:generateDebugSources,:app:generateDebugAndroidTestSources,:app:mockableAndroidJar] /Users/nomankhan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-26.0.2.aar/e49d52b74823e3f0f5498aa69c33e733/res/values/values.xml 错误:(1419,5)样式属性' @android:attr / windowEnterAnimation'未找到 错误:(1419,5)样式属性' @android:attr / windowExitAnimation'未找到 错误:/Clients/Shailesh/Evita/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:1935 style attribute' @android:attr / windowEnterAnimation'未找到 错误:链接引用失败 错误:java.util.concurrent.ExecutionException:com.android.builder.internal.aapt.AaptException:AAPT2链接失败: 错误:com.android.builder.internal.aapt.AaptException:AAPT2链接失败: 错误:任务':app:processDebugResources'执行失败。

  

无法执行aapt   信息:在5s内建立失败   信息:7个错误   信息:0警告   信息:请参阅控制台中的完整输出

style.xml

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
    <!-- Customize your theme here. -->
    <item name="colorPrimary">@color/colorPrimary</item>
    <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
    <item name="colorAccent">@color/colorAccent</item>
</style>

<style name="AppTheme.NoActionBar">
    <item name="windowActionBar">false</item>
    <item name="windowNoTitle">true</item>
</style>

<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />

<attr name="sc_corner_radius" format="dimension" />
<attr name="sc_border_width" format="dimension" />
<attr name="sc_tint_color" format="color" />
<attr name="sc_checked_text_color" format="color" />

1 个答案:

答案 0 :(得分:-2)

{{1}}

你应该将这行代码放到gradle.properties