Delphi XE8 + Android - Splash screen closes before the app loads and shows black screen for a long time

2

I'm creating an APP in Delphi XE8, so far so good, the problem is that when my app is going to be loaded on Android, the splash screen closes too soon, the app has not loaded yet, so it shows a black screen before of the app open for a few more seconds. How to solve or improve?

    
asked by anonymous 22.05.2015 / 23:54

1 answer

0

Check what was implemented when creating the first TForm, you may be loading something on the onCreate or onShow, check how many forms you are creating when you open the application.

If none of them resolve, check if this occurs only in this environment, check on another Android.

    
06.07.2015 / 21:11