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

Multiple samples showing renderscript best practices in Android.

Results 12 renderscript-samples issues
Sort by recently updated
recently updated
newest added

I'm working with the Khronos Vulkan samples team and there was a request for samples to show how to use external memory for cooperating with other APIs. It was suggested...

**Issue by [ezamelczyk](https://github.com/ezamelczyk)** _Thursday Aug 30, 2018 at 10:21 GMT_ _Originally opened as https://github.com/googlesamples/android-BasicRenderScript/issues/6_ ---- ``` Execution failed for task ':Application:processDebugManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 8 cannot be...

migrated googlesamples

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...

**Issue by [Steelskin](https://github.com/Steelskin)** _Wednesday Mar 14, 2018 at 23:55 GMT_ _Originally opened as https://github.com/googlesamples/android-BasicRenderScript/pull/5_ ---- This fixes the project sample to actually compile out of the box. This also adds...

migrated googlesamples

**Issue by [nickgtest](https://github.com/nickgtest)** _Wednesday Jan 24, 2018 at 22:59 GMT_ _Originally opened as https://github.com/googlesamples/android-BasicRenderScript/issues/4_ ---- Cant compile "compile files('renderscript-v8.jar')" due to missing the file and you have two defaultConfig that...

migrated googlesamples

**Issue by [krishna0808](https://github.com/krishna0808)** _Friday Apr 22, 2016 at 04:19 GMT_ _Originally opened as https://github.com/googlesamples/android-BasicRenderScript/issues/2_ ---- To do some Renderscript performance benchmarking, i tried to run the sample on different devices...

migrated googlesamples

**Issue by [ss780217](https://github.com/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...

migrated googlesamples

**Issue by [corjohnson](https://github.com/corjohnson)** _Friday Dec 01, 2017 at 14:42 GMT_ _Originally opened as https://github.com/googlesamples/android-RenderScriptIntrinsic/issues/2_ ---- Hello, In downloading & running the example, I had gradle fail to sync due to...

migrated googlesamples

**Issue by [AndrewReitz](https://github.com/AndrewReitz)** _Thursday Jun 16, 2016 at 15:13 GMT_ _Originally opened as https://github.com/googlesamples/android-RenderScriptIntrinsic/pull/1_ ---- An Update to Android Tools requires gradle version 2.10 or greater to work. Also included...

migrated googlesamples