alibaba / atlas

A powerful Android Dynamic Component Framework.
Apache License 2.0
8.13k stars 1.48k forks source link

[use]:找不到自定义属性 #243

Closed candledragle closed 6 years ago

candledragle commented 6 years ago
:lottie:transformResourcesWithMergeJavaResForRelease
:lottie:transformClassesAndResourcesWithSyncLibJarsForRelease
E:\github\atlasDemo\atlas\atlas-demo\AtlasDemo\firstbundle\src\main\res\layout\activity_firstbundle.xml:9: AAPT: No resource identifier found for attribute 'placeholderImage' in package 'com.taobao.firstbundle'

E:\github\atlasDemo\atlas\atlas-demo\AtlasDemo\firstbundle\build\intermediates\res\merged\release\layout\activity_firstbundle.xml:9: error: No resource identifier found for attribute 'placeholderImage' in package 'com.taobao.firstbundle'
candledragle commented 6 years ago

将 provided project(':base_core') 改为 providedCompile project(':base_core')