首页 > 移动平台 > 详细

the rendering library is more recent than your version of android studio

时间:2016-02-21 14:19:30      阅读:293      评论:0      收藏:0      [点我收藏+]

近期更新了自己Android Studio中的SDK到最新版本号,AS的一部分配置改动了。

然后 在打开布局文件的时候 会出现 渲染错误 Rendering problem

the rendering library is more recent than your version of android studio

提示:如上所看到的。

这个是因为更新了SDK之后渲染版本号自己主动改变了。当前project的配置的版本号与渲染设置的版本号不同。

解决的方法例如以下。

打开随意布局文件,切换到Design视图

技术分享

点击如图所看到的的图标,选择 API版本号,假设更新了SDK通常会自己主动的改动为最新版本号。你能够改动低一点。 能够查看module中的build.gradle文件查看当前的project使用的API版本号,然后改动。

the rendering library is more recent than your version of android studio

原文:http://www.cnblogs.com/gcczhongduan/p/5204865.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!