【发布时间】:2016-10-25 19:19:08
【问题描述】:
在将 compileSdkVersion 切换为 25 并使用最新的 android.support 库版本后,我在 gradle 同步/构建时收到以下错误。
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:design:25.0.0'
compile 'com.android.support:recyclerview-v7:25.0.0'
错误:
No resource found that matches the given name (at 'android:textColorHint' with value '@color/hint_foreground_material_light').
有什么想法吗?
编辑: 我认为那是因为 Adobe Creative SDK ......不确定。其他人在 SDK 25 上运行良好。
相关问题:error while using the support library with adobe creative SDK for android
我们不应该等待解决方案...也许我正在使用更新的版本 ('com.adobe.creativesdk:image:4.6.3')
EDIT2: 我发现这是来自 Adobe SDK 依赖项的“fengdai alertdialog”。但已弃用!我向 Adobe 寻求一些支持。
【问题讨论】:
-
您收到 Adobe 的回复了吗?
-
"感谢您与我们联系并告知我们该问题。我已将信息转发给相应的团队,并将其添加到错误修复队列中。与此同时,您应该能够使用 SDK使用支持库 24.1.1。”
-
首先,感谢您的努力。但即使使用 24.1.1 错误仍然存在,你呢?
-
我不记得我使用的是什么版本。我必须检查一下。我又问adobe有没有消息。
-
我找到了解决方案。看我的回答。
标签: android android-support-library adobecreativesdk android-7.1-nougat