bundletool
bundletool copied to clipboard
Should output that password or alias is empty when it is 😅
Is your feature request related to a problem? Please describe.
I found that I had those two values empty in a pipeline and I did not see why it did not generate the apks, since it did not warn of any empty argument and the pipeline continued but the task of decompressing the file that was not found failed.
Describe the solution you'd like show in the output that password or alias is empty when it is
Could you please attach bundletool command which fails?
The command is build-apks
.
The command does not fail, that is simply why it is the problem, it does not send a warning that some parameter is empty. In this case it happened to me with the alias
Running Java with args -jar D:\a\1\bundle.jar build-apks --bundle=D:\a\1\drop\Android\UnellezAppClient.aab --mode=universal --output=D:\a\1\fatapk.apks --ks=D:\a\_temp\unellez.keystore --ks-key-alias= --ks-pass=pass:
In this case, i sent by error the alias empty & the password too and the command was executed without any warning Which is why I thought it was something else 😅