Page 1 of 1

[SOLVED] Android Build: issues with stability in play store (ANR - App not Responding)

Posted: Mon Sep 12, 2022 2:02 pm
by alexei
Hey everyone. I'm using renpy 8.0.3 for an android game I'm making. I submitted the game on sept 9th, and here's what I've got so far.
Image
Image

Code: Select all

ANR in com.google.android.apps.messaging;PID: 12753;Broadcast of Intent { act=com.google.android.gms.phenotype.UPDATE flg=0x30 pkg=com.google.android.apps.messaging cmp=com.google.android.apps.messaging/com.google.apps.tiktok.experiments.phenotype.ConfigurationUpdatedReceiver_Receiver (has extras) };

Code: Select all

ANR in com.google.android.dialer;PID: 12804;Broadcast of Intent { act=com.google.android.gms.phenotype.UPDATE flg=0x30 pkg=com.google.android.dialer cmp=com.google.android.dialer/com.google.apps.tiktok.experiments.phenotype.ConfigurationUpdatedReceiver_Receiver (has extras) };

Code: Select all

ANR in com.google.android.apps.photos;PID: 10509;Broadcast of Intent { act=com.google.android.gms.phenotype.UPDATE flg=0x30 pkg=com.google.android.apps.photos cmp=com.google.android.apps.photos/com.google.android.libraries.phenotype.client.stable.PhenotypeUpdateBackgroundBroadcastReceiver (has extras) };
[/img]Any idea as to what to do to fix those issues? From what I understand I need to fix those for the game to be accepted.

Re: Android Build: issues with stability in play store (ANR - App not Responding)

Posted: Mon Sep 12, 2022 7:50 pm
by PyTom
None of those errors have anything to do with Ren'Py.

I'd maybe talk to google and see if they had a problem with their testing service. com.google.android.* are all applications from Google.

Re: Android Build: issues with stability in play store (ANR - App not Responding)

Posted: Tue Sep 13, 2022 2:55 am
by alexei
Thanks for the heads up. Probably it's some kind of random error. Some devs I talked about told me just to create a new version and re-upload without changing anything and this will solve the issue.

Thanks for the heads up again!

Re: Android Build: issues with stability in play store (ANR - App not Responding)

Posted: Tue Sep 20, 2022 8:16 am
by alexei
PyTom wrote:
Mon Sep 12, 2022 7:50 pm
None of those errors have anything to do with Ren'Py.

I'd maybe talk to google and see if they had a problem with their testing service. com.google.android.* are all applications from Google.
FYI, I just resubmitted it as another version (without changing anythign else), and it got accepted. It was playstore's issue. Thanks for the heads up.