Levente 1 Posted November 17, 2021 I have the following: Delphi 11 patch 1 on Windows 10, The mobile app crashes after the splash screen. The Android mobile application developed in Delphi 11 works without error when I download it directly to my phone (via USB), it has been tested on several phones, on different Android versions it never crashed after the splash screen. I uploaded the * .aab file to Google Play, it was accepted by Google without error, after downloading the app from Google Play, it crashes after the splash screen. Only one permission is enabled on android.permission.INTERNET. Where am I looking for the bug. Levente Share this post Link to post
Dave Nottage 557 Posted November 17, 2021 (edited) 7 hours ago, Levente said: I uploaded the * .aab file to Google Play, it was accepted by Google without error, after downloading the app from Google Play, it crashes after the splash screen. Can you provide a link to the app on Google Play, or at least the name of it? Edited November 17, 2021 by Dave Nottage Share this post Link to post
Levente 1 Posted November 18, 2021 Link from the Google Play - Internal Test page https://play.google.com/apps/internaltest/4698830303559152996 Share this post Link to post
Dave Nottage 557 Posted November 18, 2021 3 minutes ago, Levente said: Link from the Google Play - Internal Test page https://play.google.com/apps/internaltest/4698830303559152996 Sorry, I thought you meant it was public. You'd need to invite me to the test group 🙂 Share this post Link to post
Levente 1 Posted November 18, 2021 Please send me Your email address so I can add it to the testers Share this post Link to post
Dave Nottage 557 Posted November 18, 2021 (edited) There's a couple of problems with your deployment to Google Play: One of them suggests you're using a older project in Delphi 11, and have not performed "Revert System Files to Default" for at least Android 64-bit (my device is 64-bit so it only installs an .apk for 64-bit), in the Libraries node for the target platform, in Project Manager The other suggests the deployment information is incorrect for at least 64-bit. Once you have deployed, go into Deployment Manager, and select Android 64-bit target. Make sure there aren't any greyed out items that shouldn't be. You may have to use the Revert button (looks like an Undo icon) to make sure the entries are correct, then rebuild and redeploy. Edited November 18, 2021 by Dave Nottage Share this post Link to post
Levente 1 Posted November 18, 2021 Dave, Thank You very much for your help, it works. 🙂 I wish you all the best. Levente 1 Share this post Link to post