ScriptIntrinsicResize 和 ScriptIntrinsicHistogram 在 Renderscript v8 支持库中不可用

ScriptIntrinsicResize and ScriptIntrinsicHistogram not available in Renderscript v8 support library

根据post Android Support Library 22.1 in Android Developer Blog, in the RenderScript section, it is said that ScriptIntrinsicHistogram and ScriptIntrinsicResize添加到支持库中。但是我在renderscript-v8.jar的导入库中找不到对应的类。如果它们不在 jar 库中,它们位于何处以及如何使用它们?

我安装了最新版本的 Android 支持库(修订版 22.2.1)和 SDK 内置工具 (22.0.1)。当我使用 Eclipse IDE 时,我还在 project.properties 中添加了以下行:

renderscript.target=22
renderscript.support.mode=true

我刚刚遇到了同样的问题,解决方案是使用足够新的构建工具,例如通过设置

buildToolsVersion '23.0.1'

在您的 build.gradle 文件中。