Android SDK版本25-android.support v7:25给出“找不到与@ color / hint_foreground_material_light匹配的资源”; Adobe Creative SDK? [英] Android SDK Version 25 - android.support v7:25 gives "No resource found that matches @color/hint_foreground_material_light" Adobe Creative SDK?

查看:188
本文介绍了Android SDK版本25-android.support v7:25给出“找不到与@ color / hint_foreground_material_light匹配的资源”; Adobe Creative SDK?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在将compileSdkVersion切换为25并使用最新的android.support库版本后,gradle同步/构建时出现以下错误。

I get the following error while the gradle sync/build after switching the compileSdkVersion to 25 and using the latest android.support library versions.

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 ...不确定。

I think thats because of Adobe Creative SDK... Not sure. Others are running fine with SDK 25.

相关问题:将支持库与Adobe Creative SDK for android一起使用时出现错误

不应该等待解决方案...也许我正在使用一个较新的版本('com.adobe.creativesdk:image:4.6.3')

We should not wait for a solution... Maybe there is a newer version as I am using ('com.adobe.creativesdk:image:4.6.3')

EDIT2 :我发现这来自Adobe SDK依赖项 fengdai alertdialog。但已弃用!我要求Adobe提供一些支持。

I found out that this is coming from "fengdai alertdialog" which is a Adobe SDK dependency. But DEPRECATED! I asked Adobe for some support.

推荐答案

解决方案:
将以下几行添加到您的colors.xml中:

Solution: Add these lines to your colors.xml:

<color name="hint_foreground_material_light">#00000000</color>
<color name="hint_foreground_material_dark">#00000000</color>

在Adobe解决问题之前,这是一种解决方法。

That is a workaround until adobe fixes the problem.

可与v10.0.0一起使用,并且还应与所有其他版本一起使用。

Works with v10.0.0 and should also work with all others.

ADOBE的答案:


该计划将于本周正式发布。话虽如此,我们确实
已经有可供下载的更新版本,但是网站上集成的文档
尚未更新。如果您愿意,可以
使用github上的文档。

The plan is to officially release it this week. With that said, we do have the updated version available for download already, but the doc of the integration on the website is not updated. If you like you can use the doc we have on github.

这篇关于Android SDK版本25-android.support v7:25给出“找不到与@ color / hint_foreground_material_light匹配的资源”; Adobe Creative SDK?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆