Google Play Games -Dienste funktionieren nicht ordnungsgemäßC#

Ein Treffpunkt für C#-Programmierer
Anonymous
 Google Play Games -Dienste funktionieren nicht ordnungsgemäß

Post by Anonymous »

Ich bin auf das Problem gestoßen, dass beim Starten des Spiels durch interne Google Play -Tests nur das Symbol angemeldet ist, dass wir angemeldet sind, aber das Drücken der Schaltfläche "Erfolge öffnen" oder das Entsperrung nicht funktioniert. Ich habe bereits alles ausprobiert.

Code: Select all

2025.03.11 21:10:53.664 10566 10566 Error ActivityThread Service com.google.android.gms.chimera.GmsApiService has leaked ServiceConnection bimk@a99182f that was originally bound here
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread android.app.ServiceConnectionLeaked: Service com.google.android.gms.chimera.GmsApiService has leaked ServiceConnection bimk@a99182f that was originally bound here
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1815)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.app.LoadedApk.getServiceDispatcherCommon(LoadedApk.java:1687)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1666)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1731)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.app.ContextImpl.bindService(ContextImpl.java:1660)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.content.ContextWrapper.bindService(ContextWrapper.java:715)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.content.ContextWrapper.bindService(ContextWrapper.java:715)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.content.ContextWrapper.bindService(ContextWrapper.java:715)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at bilp.bindService(:com.google.android.gms@250861013@25.08.61 (100400-731857739):10)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.content.ContextWrapper.bindService(ContextWrapper.java:715)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.content.ContextWrapper.bindService(ContextWrapper.java:715)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.content.ContextWrapper.bindService(ContextWrapper.java:715)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at android.content.ContextWrapper.bindService(ContextWrapper.java:715)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at atmr.i(:com.google.android.gms@250861013@25.08.61 (100400-731857739):17)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at atmr.f(:com.google.android.gms@250861013@25.08.61 (100400-731857739):97)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at atmr.e(:com.google.android.gms@250861013@25.08.61 (100400-731857739):8)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at wkm.a(:com.google.android.gms@250861013@25.08.61 (100400-731857739):47)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at ict.a(:com.google.android.gms@250861013@25.08.61 (100400-731857739):19)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at wkr.(:com.google.android.gms@250861013@25.08.61 (100400-731857739):11)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at wlr.call(:com.google.android.gms@250861013@25.08.61 (100400-731857739):18)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at atqb.c(:com.google.android.gms@250861013@25.08.61 (100400-731857739):50)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at atqb.run(:com.google.android.gms@250861013@25.08.61 (100400-731857739):76)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at atvp.run(:com.google.android.gms@250861013@25.08.61 (100400-731857739):8)
2025.03.11 21:10:53.664 10566 10566 Error ActivityThread    at java.lang.Thread.run(Thread.java:919)
Ich habe versucht, SHA-1 in neu und alt zu wechseln, der neue funktioniert nicht und das Symbol erscheint nicht, der alte funktioniert.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post