google / google/bundletool

Option NOT To Sign The APK Even If Debug Keystore Is Present

Open
#354 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
4k
Forks
428
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
I'd like to generate unsigned APK using `build-apks` command.

**Describe the solution you'd like**
A flag switch `--no-sign` that won't sign the APK even if debug keystore is present. Of course this is mutually exclusive with `--ks` option.

**Describe alternatives you've considered**
My current workaround is to rename `debug.keystore` to something else before running bundletool and rename it to their original name afterwards.

**Additional context**
I'd like to distribute **unsigned** APK. The APKs are meant to be modified further by end-users and signed by themselves.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.