You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for maintaining this nifty docker image! I am currently trying to build an app that contains a RenderScript. Maybe I am configuring something wrong but I get the following error in my pipeline:
149 > Task :core:compileDebugRenderscript FAILED
[....]
154 FAILURE: Build failed with an exception.
155 * What went wrong:
156 Execution failed for task ':core:compileDebugRenderscript'.
157 > com.android.ide.common.process.ProcessException: Error while executing process /sdk/build-tools/29.0.2/llvm-rs-cc with arguments {-I /sdk/build-tools/29.0.2/renderscript/include/ -I /sdk/build-tools/29.0.2/renderscript/clang-include/ -p **project_dir_removed_because_of_secrecy**/build/generated/renderscript_source_output_dir/debug/out -target-api 28 **project_dir_removed_because_of_secrecy**/src/main/rs/rotate90_270.rs /**project_dir_removed_because_of_secrecy**/src/main/rs/yuv420888.rs -O 3 -o /builds/**project_dir_removed_because_of_secrecy**/build/generated/res/rs/debug/raw}
Do you know how I can resolve this issue?
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for maintaining this nifty docker image! I am currently trying to build an app that contains a RenderScript. Maybe I am configuring something wrong but I get the following error in my pipeline:
Do you know how I can resolve this issue?
The text was updated successfully, but these errors were encountered: