eclipse创建android项目,无法正常预览布局文件

来源:互联网 发布:java 二叉树 编辑:程序博客网 时间:2024/06/17 03:39

eclipse创建android项目时,预览layout.xml文件时提示:This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in,导致无法正常预览布局文件。问题根源:SDK版本过高,ADT版本过低。

出错的截图如下:


解决方法:

1)找到eclipse文件夹,打开eclipse软件,创建android应用项目,点击help选择install new software。In the Work with field,键入: https://dl-ssl.google.com/android/eclipse/,选择Developer Tools / Android Development Tools.点击next。开始安装。

2)打开layout文件中的.xml文件,找到选择android版本按钮,改变android版本。


1 0
原创粉丝点击