我试图Fabric-Twiiter
在我的应用程序中添加集成登录。在向导期间,Fabric 在我的项目中添加了一些东西。从那时起,我收到此错误:
Error:Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light'.
在一个文件中v32\values.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/Users/android/workspace/jenkins/workspace/fabric-android-staging-release/sdk/kits/digits/src/main/res/values-v21/themes.xml -->
<eat-comment/>
<style name="Digits_default" parent="@android:style/Theme.Material.Light">
<item name="dgts__accentColor">?android:attr/colorAccent</item>
</style>
</resources>
我不知道它来自哪里以及如何处理它,请帮忙。