This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Description
I failed to compile the script file saturation.rs. The error info. was
com.android.ide.common.process.ProcessException:
Error while executing process $mysdkroot/build-tools/28.0.3/llvm-rs-cc with arguments {
-I $mysdkroot/build-tools/28.0.3/renderscript/include/
-I $mysdkroot/build-tools/28.0.3/renderscript/clang-include/
-rs-package-name=androidx.renderscript
-p $myprojroot/renderscript-samples-main/BasicRenderScript/Application/build/generated/renderscript_source_output_dir/debug/out
-target-api 18 $myprojroot/renderscript-samples-main/BasicRenderScript/Application/src/main/rs/saturation.rs
-O 3
-o $myprojroot/renderscript-samples-main/BasicRenderScript/Application/build/generated/res/rs/debug/raw
}
I can't get any helpful info. from it. Any suggestions? Thanks!