microtronx 38 Posted March 12, 2020 (edited) I use Rio for Android developement. It creates my app which is already available in the playstore but i think something is wrong with Rio when it creates the output with project configuration changed to appstore. @Marco Cantu are there any limitations known when it comes to 32/64bit and services with Rio? In "developement" everything works very good (api target 26) but when app is published to google playstore and i install it from there, none of the services can be started and also logcat does not show anything. Thanks for some tips / hints. Edited March 12, 2020 by microtronx Share this post Link to post
Rollo62 536 Posted March 12, 2020 Is the app in the PlayStore already switched to AAB Bundles, or do you try to update APK ? Share this post Link to post
microtronx 38 Posted March 12, 2020 1 hour ago, Rollo62 said: Is the app in the PlayStore already switched to AAB Bundles, or do you try to update APK ? I use AAB bundles Share this post Link to post
vfbb 285 Posted March 12, 2020 Compile with Android 64 with AAB Bundles enabled and selected the Application Store configuration. But before it, check the Libraries (jar files) of the Android 64 bits, some jar file may be missing. Note: when you compile the AAB, to make the Android 32 and Android 64 packages, the delphi will only consider the jar files from Android64 libraries... I had the same problem, because my Android 32 had the google vision jars but after made the AAP Bundles, in the Android 32 bits the jar files weren’t there. 1 Share this post Link to post
Rollo62 536 Posted March 12, 2020 Did you "upgrade" your old project from 32 to 64-Bit ? As the platform 64 was added, the automatic conversion of the IDE might fail. As vfbb proposes, check the libraries. Maybe even better, try to completely create a new project file, as 10.3.3 might put all necessary files into it. 1 Share this post Link to post
microtronx 38 Posted March 12, 2020 @vfbb @Rollo62 Thanks for those tips. We had added 64 at a later time, possible that this is the problem. Will try to recreate the project and add later all services again. We will see the difference latest tomorrow after new app version has been published by playstore. Share this post Link to post
microtronx 38 Posted March 12, 2020 Thanks for your Tips @vfbb and @Rollo62. After i have recreated project file now it works. 1 Share this post Link to post