Android SDK版本25 - android.support v7:25给出"没有找到匹配@ color/hint_foreground_material_light的资源"Adobe Creative SDK?

Den*_*erg 17 android android-support-library adobecreativesdk android-7.1-nougat

将compileSdkVersion切换为25并使用最新的android.support库版本后,我在gradle sync/build时遇到以下错误.

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'
Run Code Online (Sandbox Code Playgroud)

错误:

No resource found that matches the given name (at 'android:textColorHint' with value '@color/hint_foreground_material_light').
Run Code Online (Sandbox Code Playgroud)

任何的想法?

编辑: 我认为这是因为Adobe Creative SDK ...不确定.其他人在使用SDK 25时运行良好.

相关问题:使用支持库和adobe creative SDK for android时出错

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

EDIT2:我发现这是来自"fengdai alertdialog",这是一个Adobe SDK依赖.但是已经弃用了!我向Adobe寻求一些支持.

Den*_*erg 15

解决方案:将这些行添加到colors.xml:

<color name="hint_foreground_material_light">#00000000</color>
<color name="hint_foreground_material_dark">#00000000</color>
Run Code Online (Sandbox Code Playgroud)

这是一个解决方法,直到adobe修复问题.

适用于v10.0.0,也应与所有其他人一起使用.

来自ADOBE的回答:

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