Gradle dependency un-needed
Issue by 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 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
Comment by em020
Wednesday Apr 25, 2018 at 02:23 GMT
same here, please remove this line, it causes trouble to people.