zoukankan      html  css  js  c++  java
  • Ant build ${renderscript.opt.level}问题解决方案

    问题如下:

    BUILD FAILED
    D:adt-bundle-windows-x86_64-20131030sdk oolsantuild.xml:653: The following error occurred while executing this line:
    D:adt-bundle-windows-x86_64-20131030sdk oolsantuild.xml:679: '${renderscript.opt.level}' is not a permitted value for com.android.ant.RenderScriptTask$OptLevel

    解决方案:

    在android工程的project.properties中加入 renderscript.opt.level=O0 即可。

  • 相关阅读:
    POJ 1995
    POJ 3233
    HDU 2815
    POJ 2417
    POJ 3243
    HDU 3579 线性同余方程组
    HDU 1573
    POJ 2115
    POJ 2891
    HDU 2035 不忍直视的水
  • 原文地址:https://www.cnblogs.com/kangyi/p/3835331.html
Copyright © 2011-2022 走看看