Android Startup takes 12 Seconds

Hi there,

when starting the basic project (created using “ionic start myApp tabs --v2” and “ionic platform add android”, started using “ionic run android”; nothing changed in basic code), once I’ve deployed it to my smartphone, it takes 12 seconds to start the app. For 9 seconds, there is not even the startup screen but a white screen.

V1 takes 3-5 seconds without whitescreen; that’s fine. But what am I doing wrong with version 2?

Thank you and best regards

Frank

That does a dev build. Try a prod one with ionic run android --prod

3 Likes

Thanks, that worked; it’s still slower than ionic 1 but I can work with that, I think. :slight_smile: