Android SDK 版本 25 - android.support v7:25 提供 "No resource found that matches @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?
将 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'
错误:
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: 我发现这是来自 "fengdai alertdialog",这是一个 Adobe SDK 依赖项。但已弃用!我向 Adobe 寻求一些支持。
我也是,现在降级到24.2.1版本,错误消失了。我很确定这是支持库错误之一。
解决方法:
将这些行添加到您的 colors.xml:
<color name="hint_foreground_material_light">#00000000</color>
<color name="hint_foreground_material_dark">#00000000</color>
在 adobe 解决问题之前,这是一种解决方法。
适用于 v10.0.0,也应该适用于所有其他版本。
来自 ADOBE 的回答:
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.
将 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'
错误:
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: 我发现这是来自 "fengdai alertdialog",这是一个 Adobe SDK 依赖项。但已弃用!我向 Adobe 寻求一些支持。
我也是,现在降级到24.2.1版本,错误消失了。我很确定这是支持库错误之一。
解决方法: 将这些行添加到您的 colors.xml:
<color name="hint_foreground_material_light">#00000000</color>
<color name="hint_foreground_material_dark">#00000000</color>
在 adobe 解决问题之前,这是一种解决方法。
适用于 v10.0.0,也应该适用于所有其他版本。
来自 ADOBE 的回答:
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.