renderscript-samples icon indicating copy to clipboard operation
renderscript-samples copied to clipboard

compile error using buildToolsVersion "23.0.1"

Open codingjeremy opened this issue 6 years ago • 3 comments

Issue by ss780217 Wednesday Sep 09, 2015 at 08:24 GMT Originally opened as https://github.com/googlesamples/android-BasicRenderScript/issues/1


logcat Error:Execution failed for task ':Application:compileDebugRenderscript'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\Android\sdk\build-tools\23.0.1\llvm-rs-cc.exe'' finished with non-zero exit value -1073741515

But using buildToolsVersion "21.1.2" can compile the project successfully.

codingjeremy avatar Sep 05 '19 20:09 codingjeremy

Comment by askarali Thursday Oct 08, 2015 at 14:23 GMT


i too get same problem please help

codingjeremy avatar Sep 05 '19 20:09 codingjeremy

Comment by max005 Thursday Oct 15, 2015 at 06:30 GMT


I get same error too~

codingjeremy avatar Sep 05 '19 20:09 codingjeremy

Comment by shippoo Friday Jul 29, 2016 at 06:46 GMT


this is my error

compileDebugRenderscript C:\Users***\AppData\Local\Android\sdk\build-tools\23.0.3\renderscript\clang-include\stdbool.h Error:(1, 1) error: unknown type name 'b' Error:(1, 2) error: expected identifier or '(' Error:(1, 7) error: source file is not valid UTF-8 Error:(1, 41) error: source file is not valid UTF-8 Error:(1, 42) error: extraneous closing brace ('}') . . . Error:Execution failed for task ':M_Gallery2:compileDebugRenderscript'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users***\AppData\Local\Android\sdk\build-tools\23.0.3\llvm-rs-cc.exe'' finished with non-zero exit value 1

codingjeremy avatar Sep 05 '19 20:09 codingjeremy