简体   繁体   English

我是否需要将android.support.v8.renderscript添加到Eclipse中的构建路径

[英]Do I need to add android.support.v8.renderscript to my build path in Eclipse

I'm trying to create new Android application that run's on API-16. 我正在尝试创建在API-16上运行的新Android应用程序。 I've set the target SDK as API-19, and the minimum SDK level to API-16. 我已将目标SDK设置为API-19,并将最低SDK级别设置为API-16。

My project.properties file contain the following lines: 我的project.properties文件包含以下几行:

target=android-19 renderscript.target=19 renderscript.support.mode=true sdk.buildtools=19

However, the android.support.v8.renderscript package is not visible to my code. 但是,我的代码看不到android.support.v8.renderscript包。 to I need to add it explicitly? 我需要显式添加?

Thanks, 谢谢,

Ziv 齐夫

If you don't have an answer yet, I think you don't have to use a support library because API 16 supports android.renderscript.* . 如果您还没有答案,我认为您不必使用支持库,因为API 16支持android.renderscript.* Delete these lines renderscript.target=19 renderscript.support.mode=true sdk.buildtools=19 and simply use android.renderscript.* . 删除这些行renderscript.target=19 renderscript.support.mode=true sdk.buildtools=19 ,只需使用android.renderscript.*

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ProGuard 上的 android.support.v8.renderscript 错误 - android.support.v8.renderscript error on ProGuard 如何使用 android.support.v8.renderscript 进行渲染脚本 - How to use android.support.v8.renderscript for renderscript 无法将android.support.v7添加到我的项目构建路径 - Cannot add android.support.v7 to my project build path Maven Eclipse插件不会添加Android support-v4来构建路径 - Maven Eclipse Plugin won't add Android support-v4 to build path 在哪里将android支持库v7添加到build.gradle? - Where do I add android support library v7 to build.gradle? 如何建立android-support-v7-appcompat? - How do I get android-support-v7-appcompat to build? android.support.v8.renderscript.RSRuntimeException:加载ScriptC脚本失败 - android.support.v8.renderscript.RSRuntimeException: Loading of ScriptC script failed android-support-v4.jar在构建路径上,但出现noClassDefFoundError - android-support-v4.jar is on build path but getting noClassDefFoundError 我在Eclipse中的Android项目中缺少Android-support-v7-appcompat - Missing Android-support-v7-appcompat in my Android project in Eclipse 如何在eclipse中添加Android Support v7库? - How to add Android Support v7 libraries in eclipse?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM