Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Gradle error #5

Open
codingjeremy opened this issue Sep 5, 2019 · 1 comment
Open

Gradle error #5

codingjeremy opened this issue Sep 5, 2019 · 1 comment
Labels
migrated googlesamples Issue migrated from old repo location (googlesamples/)

Comments

@codingjeremy
Copy link
Contributor

Issue by nickgtest
Wednesday Jan 24, 2018 at 22:59 GMT
Originally opened as googlearchive/android-BasicRenderScript#4


Cant compile "compile files('renderscript-v8.jar')" due to missing the file and you have two defaultConfig that will cause problem in the future In the build.gradle file. Please update the gradle file. Thanks

@codingjeremy
Copy link
Contributor Author

Comment by ducrohet
Tuesday Jan 30, 2018 at 20:04 GMT


compile files('renderscript-v8.jar') is not needed. This file is in the SDK inside the build tools folders, and the Gradle plugin add this to the app classpath automatically.

the other issue is indeed that defaultConfig should not be under android.sourceSets. Just move its content to android.defaultConfig

@codingjeremy codingjeremy added the migrated googlesamples Issue migrated from old repo location (googlesamples/) label Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
migrated googlesamples Issue migrated from old repo location (googlesamples/)
Projects
None yet
Development

No branches or pull requests

1 participant