码迷,mamicode.com
首页 > 其他好文 > 详细

Ant build ${renderscript.opt.level}问题解决方案

时间:2014-07-16 23:03:08      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   strong   

 

问题如下:

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

 

解决方案:

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

bubuko.com,布布扣

Ant build ${renderscript.opt.level}问题解决方案,布布扣,bubuko.com

Ant build ${renderscript.opt.level}问题解决方案

标签:android   style   blog   http   color   strong   

原文地址:http://www.cnblogs.com/kangyi/p/3835331.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!