enter image description hereI try to generate APKs from aab using bundletool and I get this errors:
java -jar "bundletool-all-1.11.0.jar" build-apks --bundle="launcher-release.aab" --output="myapp.apks"
INFO: The APKs will be signed with the debug keystore found at 'C:\Users\HP.android\debug.keystore'. [BT:1.11.0] Error: Invalid uncompressed glob: '['.[rR][eE][sS][sS]', '.[rR][eE][sS][oO][uU][rR][cC][eE]', '.[oO][bB][bB]'] + [uU][nN][iI][tT][yY][sS][tT][rR][eE][aA][mM][iI][nN][gG][aA][sS][sS][eE][tT][sS].[tT][oO][kK][eE][nN][iI][zZ][eE](', ')'. com.android.tools.build.bundletool.model.exceptions.InvalidBundleException: Invalid uncompressed glob: '['.[rR][eE][sS][sS]', '.[rR][eE][sS][oO][uU][rR][cC][eE]', '.[oO][bB][bB]'] + [uU][nN][iI][tT][yY][sS][tT][rR][eE][aA][mM][iI][nN][gG][aA][sS][sS][eE][tT][sS].[tT][oO][kK][eE][nN][iI][zZ][eE](', ')'. at com.android.tools.build.bundletool.model.exceptions.UserExceptionBuilder.build(UserExceptionBuilder.java:58) at com.android.tools.build.bundletool.validation.BundleConfigValidator.validateCompression(BundleConfigValidator.java:78) at com.android.tools.build.bundletool.validation.BundleConfigValidator.validateBundle(BundleConfigValidator.java:59) at com.android.tools.build.bundletool.validation.ValidatorRunner.validateBundleUsingSubValidator(ValidatorRunner.java:79) at com.android.tools.build.bundletool.validation.ValidatorRunner.lambda$validateBundle$4(ValidatorRunner.java:64) at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:406) at com.android.tools.build.bundletool.validation.ValidatorRunner.validateBundle(ValidatorRunner.java:64) at com.android.tools.build.bundletool.validation.AppBundleValidator.validate(AppBundleValidator.java:109) at com.android.tools.build.bundletool.commands.BuildApksCommand.execute(BuildApksCommand.java:821) at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:82) at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:54) Caused by: com.android.tools.build.bundletool.model.utils.PathMatcher$GlobPatternSyntaxException: Unable to parse glob pattern '**['.[rR][eE][sS][sS]', '.[rR][eE][sS][oO][uU][rR][cC][eE]', '.[oO][bB][bB]'] + [uU][nN][iI][tT][yY][sS][tT][rR][eE][aA][mM][iI][nN][gG][aA][sS][sS][eE][tT][sS].[tT][oO][kK][eE][nN][iI][zZ][eE](', ')' at character 77. Error: No matching '[' found. at com.android.tools.build.bundletool.model.utils.PathMatcher.convertGlobToRegexp(PathMatcher.java:142) at com.android.tools.build.bundletool.model.utils.PathMatcher.createFromGlob(PathMatcher.java:52) at com.android.tools.build.bundletool.validation.BundleConfigValidator.validateCompression(BundleConfigValidator.java:73) ... 9 more