Skip to content
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

Bug Report: Signing tools missing #130

Open
smithaaron opened this issue Feb 13, 2024 · 1 comment
Open

Bug Report: Signing tools missing #130

smithaaron opened this issue Feb 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@smithaaron
Copy link

smithaaron commented Feb 13, 2024

Describe the bug
Signing tools don't seem to be available in the images, meaning signed release builds can't be built.

To Reproduce
Try to create a signed release build using CircleCi image.

Expected behavior
Build succeeds

Actual Behaviour
Build fails with the error

./scripts/bitbucket/build-release.sh: line 7: zipalign: command not found
./scripts/bitbucket/build-release.sh: line 8: apksigner: command not found

Workarounds
None that i'm aware of.

Additional context
We're using the CircleCi image with bitbucket. Non signed debug builds work just fine. It's just the zipalign and apksigner commands that fail.

@smithaaron smithaaron added the bug Something isn't working label Feb 13, 2024
@smithaaron
Copy link
Author

I've worked around this by referencing the tools by their absolute path, e.g. "$ANDROID_HOME"/build-tools/34.0.0/apksigner. I assume the issue is that they need to be added to the PATH variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant