内容简介:http://stackoverflow.com/questions/40248008/android-sdk-version-25-android-support-v725-gives-no-resource-found-that-mat
在将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”.但是DEPRECATED!我问Adobe一些支持.
解:
将这些行添加到您的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.
http://stackoverflow.com/questions/40248008/android-sdk-version-25-android-support-v725-gives-no-resource-found-that-mat
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 如何判断URL格式是否符合规范?
- [译] 打造符合用户期望的应用质量
- 符合语言习惯的 Python 优雅编程技巧
- 实现一个符合Promise/A+规范的Promise
- Web框架的MVC符合标准的MVC吗?
- 只会用就out了,手写一个符合规范的Promise
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。