This repository was archived by the owner on Oct 23, 2024. It is now read-only.
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
Gradle dependency un-needed #2
Open
Description
Issue by corjohnson
Friday Dec 01, 2017 at 14:42 GMT
Originally opened as googlearchive/android-RenderScriptIntrinsic#2
Hello,
In downloading & running the example, I had gradle fail to sync due to the following dependency in the application gradle file:
compile files('renderscript-v8.jar')
Commenting out the dependency allowed the app to build and run. I didn't notice any side effects of that, so I think it might be useful to remove that dependency unless there's something I'm not realizing that went wrong by doing so. The repository doesn't have that file which is what creates the issue with the dependency.
Thanks,
Corey