I try to upload AAB file more than 150 MB with no luck

I can’t upload AAB files of more than 150 MB in google play.
I use the Android studio to build my ames because there are some constraints related to the AAB file built by UE4.27 like the API version.

I saw some videos to put the OBB outside game APK but when I try to do it the game crash also if i active ‘generate universal APK from the bundle’ option, the following error appears, also if i disable this ‘generate universal APK from the bundle’ option the Native crash error appear.

Task :app:ue4BuildUniversalAPKSRelease FAILED
[BT:0.13.0] Error: File ‘’ is a directory.
java.lang.IllegalArgumentException: File ‘’ is a directory.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:204)
at com.android.tools.build.bundletool.model.utils.files.FilePreconditions.checkFileExistsAndReadable(FilePreconditions.java:37)
at com.android.tools.build.bundletool.model.SigningConfiguration.extractFromKeystore(SigningConfiguration.java:86)
at com.android.tools.build.bundletool.commands.BuildApksCommand.fromFlags(BuildApksCommand.java:474)
at com.android.tools.build.bundletool.commands.BuildApksCommand.fromFlags(BuildApksCommand.java:433)
at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:74)
at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:46)



Any lucky? same error.