> > Hi. I build via Cordoba and put this parameter in my manifest. I think it works faster, I only tested it on my test devices.
> > > "AutoHideSplashScreen" value="true"
>
> and what do you think, is it possible to disable the splash screen in an .aab file?
No. This parameter defaults to "false" in the "config.xml" file. You need to change the value to "true". This should be done before building the package.
Are you sure it's the splash screen, you can attach the apk file. I will look at the logs on a test device. You can also attach a cordova archive as on the screen I will build and check it myself.
Yes, I already did it by deleting the line "cordovaInterface.pluginManager.postMessage("setupSplashScreen", splashScreen)" and the speed of cold start on Google tests increased by 10-12 times. Excellent. True, at the start there is one unpleasant moment, for half a second there appears, a white panel with buttons, this is not very critical, but it is interesting to try your version
And with what program can I then export the cordova project to a signed aab? Is it possible using android studio?