You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the opened issues and there are no duplicates
Describe the bug
flet build aab only correctly signs the .aab file when it is has all of the 4 flags: flet build aab --android-signing-key-store-password mypassword --android-signing-key-password mypassword --android-signing-key-store keystore.jks --android-signing-key-alias upload_key
This is true even when the project.toml contains:
Even though the toml has the key_store and key_alias variables, they are still required to put entered into the terminal at the time of running, just the 2 password flags are still not enough.
Operating System
macOS
Operating system details
MacOS 15.2
Flet version
0.26.0
The text was updated successfully, but these errors were encountered:
and I'm running flet build aab -v --android-signing-key-store-password mypassword --android-signing-key-password mypassword and I'm getting the following environment variables passed to flutter build command:
Duplicate Check
Describe the bug
flet build aab
only correctly signs the .aab file when it is has all of the 4 flags:flet build aab --android-signing-key-store-password mypassword --android-signing-key-password mypassword --android-signing-key-store keystore.jks --android-signing-key-alias upload_key
This is true even when the project.toml contains:
Even though the toml has the key_store and key_alias variables, they are still required to put entered into the terminal at the time of running, just the 2 password flags are still not enough.
Operating System
macOS
Operating system details
MacOS 15.2
Flet version
0.26.0
The text was updated successfully, but these errors were encountered: