-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Running Project #491
Comments
Ah crap, that gradle behavior is kind of annoying. This is happening because I develop on Linux and when I'm not sure how to fix this (if it's even possible with gradle), but there are two workarounds:
|
Extracted checksum for aapt2-8.1.3-10154469-osx.jar using command "shasum -a 512 filename/path" and added below lines in gradle/verification-metadata.xml on line 721 and project ran as expected :
|
By default, Gradle only downloads the jar for the host OS. This isn't sufficient when folks trying to build BCR from source are running a different OS than me. Fixes: #491 Signed-off-by: Andrew Gunnerson <[email protected]>
This is fixed by #493 and should no longer be a problem with future dependency updates. |
Execution failed for task ':app:processDebugResources'.
The text was updated successfully, but these errors were encountered: