Failed to Convert APK to AAB Using bundletool: Unrecognized Flags
I’m trying to use bundletool to convert an APK file to an Android App Bundle (AAB), but I’m encountering an issue specifying the keystore path, password, key alias, and key password. When I attempt to execute the command, the flags –ks, –ks-pass, –ks-key-alias, and –key-pass are being rejected as unrecognized. Is there a correct way to specify these flags? How can I overcome this issue to successfully convert the APK file to AAB using bundletool?