Page 2 of 2

Re: Android: Error: splashscreen size has to be 2048x2048 Me

Posted: Fri Mar 12, 2021 7:47 pm
by PCPixMusic
Hello.

Thanks, it works!. :D

Re: Android: Error: splashscreen size has to be 2048x2048 Me

Posted: Sat Mar 13, 2021 4:47 am
by PCPixMusic
Hello

With the enable debug option, works, but therefore with the debug window.
How to remove it? When the code is in Android, the top image is not displayed.

Download source code :
https://www.mianubo.fr/s/PteCDHPpP2qYQP3

WebApp :
Image

Android Version :
Image


Thanks

Re: Android: Error: splashscreen size has to be 2048x2048 Me

Posted: Sat Mar 13, 2021 5:16 am
by useful

Re: Android: Error: splashscreen size has to be 2048x2048 Me

Posted: Sat Mar 13, 2021 6:40 am
by plouf
you can use closedebugoutput as suggested, keep in mind that when you have finished your app
the FINAL should NOT be with debugger, but you have to sign the app (google -> apk sing)

since its absolute necessary for uploading it in playstore

however for now and your tests use the debugger

Re: Android: Error: splashscreen size has to be 2048x2048 Me

Posted: Sat Mar 13, 2021 11:15 am
by PCPixMusic
Hello @plouf

Thanks for CloseDebugOutput() !

it works. : D

I had never seen this advice.

Have a nice day and thank you everyone.