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、

    Change android version while rendering layout.



    2、

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

    <code><span class="pln">android</span><span class="pun">:</span><span class="pln">minSdkVersion</span><span class="pun">=</span><span class="str">"8"</span><span class="pln">
    android</span><span class="pun">:</span><span class="pln">targetSdkVersion</span><span class="pun">=</span><span class="str">"18"</span></code>

  • 相关阅读:
    [NOI2008] 糖果雨
    [NOI2006] 神奇口袋
    [NOI2014] 购票
    Prince and Princess HDU
    Network POJ
    CodeForces
    Codeforces Global Round 12
    Codeforces Round #688 (Div. 2)
    [USACO05DEC]Layout G
    # Technocup 2021
  • 原文地址:https://www.cnblogs.com/wanghang/p/6299903.html
Copyright © 2011-2022 走看看