zoukankan      html  css  js  c++  java
  • This version of the rendering library is more recent than your version of ADT plug-in. Please update

    预览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.

    1. Click Help > Install New Software.
    2. In the Work with field, enter: https://dl-ssl.google.com/android/eclipse/
    3. Select Developer Tools / Android Development Tools.
    4. Click Next and complete the wizard. 

    2.

     

    Change android version while rendering layout.


    3,

    Change the Target version to new updates you have. Otherwise, change what SDK version you have in the Android manifest file.

    android:minSdkVersion="8"
    android:targetSdkVersion="18"
  • 相关阅读:
    bzoj3622: 已经没有什么好害怕的了
    BSGS
    LOJ#2320 生成树计数
    ??? cliquers
    生成函数
    洛谷P5206 数树
    01分数规划
    差分约束系统
    51nod1238 最小公倍数之和 V3
    51nod1237 最大公约数之和 V3
  • 原文地址:https://www.cnblogs.com/xrtd/p/4154456.html
Copyright © 2011-2022 走看看