镜像到Gradle 3.0.0时出现foregroundInsidePadding错误

时间:2018-05-15 20:10:54

标签: android gradle aapt aapt2

我正在迁移到Gradle v3(特别是3.1.2),我收到错误:

AGPBI: {"kind":"error","text":"error: resource android:attr/foregroundInsidePadding is private.",
"sources":[{"file":"C:\\Users\\Angelina\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-27.0.2.aar\\a93d35a31f498023ac08296f6b1bf65b\\res\\values\\values.xml"}],
"original":"","tool":"AAPT"}
:app:processDebugResources
error: failed linking references.
:app:processDebugResources FAILED

代码或库中没有foregroundInsidePadding或values.xml中没有文件。如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

删除“android:”前缀。你应该使用“@ attr / foregroundInsidePadding”,而不是“android:attr / foregroundInsidePadding”。