Android Question Error occurs when testing before publishing the Android app to Google Play Store

wineos

Member
Licensed User
Longtime User
Hi all,

I uploaded an Android app yesterday to Google Play Console, and put to their testing team. Today I have received the testing result:

Error message:
FATAL EXCEPTION: Blocking Thread #2
Process: com.google.android.gm, PID: 24149
android.os.RemoteException: Accounts ContentProvider failed: GoogleCertificatesRslt: debug cert rejected: pkg=com.google.android.gm, sha256=[103938ee4537e59e8ee792f654504fb8346fc6b346d0bbc4415fc339fcfc8ec1], atk=false, ver=222116015.true (go/gsrlt)
    at loc.l(PG:14)
    at tmb.b(PG:4)
    at tix.k(PG:9)
    at tis.b(PG:4)
    at tis.a(PG:2)
    at tiv.b(PG:3)
    at arbr.sO(PG:5)
    at arhl.run(PG:8)
    at arhy.k(PG:14)
    at arcb.k(PG:6)
    at gew.a(PG:19)
    at wfu.a(PG:26)
    at amsz.a(PG:3)
    at amsl.c(PG:2)
    at amsn.run(PG:9)
    at sam.run(PG:4)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
    at rsm.run(PG:40)
    at iem.run(PG:26)
    at java.lang.Thread.run(Thread.java:764)
FATAL EXCEPTION: BG Thread #0
Process: com.google.android.gm, PID: 24149
android.os.RemoteException: Accounts ContentProvider failed: GoogleCertificatesRslt: debug cert rejected: pkg=com.google.android.gm, sha256=[103938ee4537e59e8ee792f654504fb8346fc6b346d0bbc4415fc339fcfc8ec1], atk=false, ver=222116015.true (go/gsrlt)
    at loc.l(PG:14)
    at tmb.b(PG:4)
    at tix.k(PG:9)
    at tis.b(PG:4)
    at tis.a(PG:2)
    at tiv.b(PG:3)
    at arbr.sO(PG:5)
    at arhl.run(PG:8)
    at arhy.k(PG:14)
    at arcb.k(PG:6)
    at gew.a(PG:19)
    at wfu.a(PG:26)
    at amsz.a(PG:3)
    at amsl.c(PG:2)
    at amsn.run(PG:9)
    at sam.run(PG:4)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
    at rsm.run(PG:40)
    at iem.run(PG:26)
    at java.lang.Thread.run(Thread.java:764)

Anyone can help? Thank you so much.
 

wineos

Member
Licensed User
Longtime User
It looks like something inside Google SDK. Do you see any error when you run the app on real devices?
Oh Erel,

I was told that the problem occurred on Android 8.1 (SDK 27) device only. I have no such device for testing, but I don't know how to use the Android Emulator.

Please help! Thank you.
 
Upvote 0
Top