页面加载出错,rendering: Could not find layout resource和PorterDuff Color Filters are not supported

来源:互联网 发布:淘宝宝贝发货地址设置 编辑:程序博客网 时间:2024/06/16 13:13

Android Studio 升级到2.2之后出现无法预览
如标题所说,preview时报错为: Exception raised during rendering: Could not find layout resource matching value 0x7F03006A
无法预览出界面:
这里写图片描述

问题在SO上找到了原因:
I have been getting the same issues since I updated Android Studio. It seems to be affecting only layouts with include tags in them.
标签无法找到
来自 http://stackoverflow.com/questions/37690137/exception-raised-during-rendering-could-not-find-layout-resource-matching-value

解决方法同样在上面的网址上找到了:
If you go to “File > Invalidate Caches/Restart…”, click “Invalidate and Restart”, then wait a minute or two wile AS does its thing it should cause them to show up again.
这里写图片描述

这里写图片描述

问题解决!

PS:最近新建项目时选择 empty activity(带悬浮菜单)时,出现 PorterDuff Color Filters are not supported.错误,也是无法预览,直接白屏。
解决方法是,首先保证SDK是最新的,更新SDK后,用上述方法Invalidate Caches/Restart重启下AS,就可以了。

0 0