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版本过低。解决方法如下。

eclipse创建android项目,无法正常预览布局文件,出现This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in...
 

工具/原料

  • eclipse
  • 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版本。

    eclipse创建android项目,无法正常预览布局文件,出现This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in...
  3. 3

    第三种解决方法是打开android项目中的project.properties,直接修改版本:target=android-18

相关文章:

  • 2021-11-17
  • 2021-03-31
  • 2021-08-08
  • 2022-12-23
  • 2021-05-27
  • 2021-05-06
  • 2021-09-11
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-09-19
  • 2021-05-05
  • 2021-09-21
  • 2021-08-25
相关资源
相似解决方案