bundletool icon indicating copy to clipboard operation
bundletool copied to clipboard

Should output that password or alias is empty when it is 😅

Open danieeis opened this issue 3 years ago • 2 comments

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

danieeis avatar Apr 25 '21 02:04 danieeis

Could you please attach bundletool command which fails?

ymakhno avatar Apr 27 '21 14:04 ymakhno

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 😅

danieeis avatar Apr 29 '21 02:04 danieeis