Google 播放服务:BAD_AUTHENTICATION
Google play services: BAD_AUTHENTICATION
我 运行 我的应用程序在 google nexus 10 英寸设备上,每当应用程序启动时我都会遇到这个问题,应用程序没有崩溃但得到了这个。这是 stactrace
02-15 16:36:53.417 4047-16948/? E/ctxmgr: [SyncServerInterestRecordsOperation]Failed WriteInterestRecord: network status=-1
02-15 16:37:28.655 4047-14343/? E/Auth: [GoogleAccountDataServiceImpl] getToken() -> BAD_AUTHENTICATION. Account: <ELLIDED:1546944079>, App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/contextcontroller
fck: Long live credential not available.
at fcl.b(:com.google.android.gms@11951230:10)
at fcl.a(:com.google.android.gms@11951230:50)
at fav.a(:com.google.android.gms@11951230:37)
at got.a(:com.google.android.gms@11951230:7)
at got.a(:com.google.android.gms@11951230:155)
at gnt.a(:com.google.android.gms@11951230:2)
at gnr.a(:com.google.android.gms@11951230:17)
at gnr.a(:com.google.android.gms@11951230:6)
at cpa.a(:com.google.android.gms@11951230:25)
at cpa.a(:com.google.android.gms@11951230:80)
at exy.a(:com.google.android.gms@11951230:6)
at exx.a(:com.google.android.gms@11951230:2)
at exx.e(:com.google.android.gms@11951230:6)
at exx.d(:com.google.android.gms@11951230:1)
at exv.b(:com.google.android.gms@11951230:1)
at mra.a(:com.google.android.gms@11951230:1)
at mpn.a(:com.google.android.gms@11951230:3)
at dgn.a(:com.google.android.gms@11951230:54)
at dbw.run(:com.google.android.gms@11951230:2)
at dbu.handleMessage(:com.google.android.gms@11951230:3)
at mvq.run(:com.google.android.gms@11951230:6)
at mwc.run(:com.google.android.gms@11951230:26)
谁能告诉我这件事。任何帮助将不胜感激。谢谢!!
您的应用似乎 运行 带有代理。尝试在开放网络上执行相同操作并检查错误是否仍然存在。
查看 stack-trace 中的 E/ctxmgr: [SyncServerInterestRecordsOperation]Failed WriteInterestRecord: network status=-1
,您能否 运行 检查以下两件事:
1. 应用程序与 play-store 之间的网络连接。
2. 尝试清除应用缓存并重试。
希望对您有所帮助
我 运行 我的应用程序在 google nexus 10 英寸设备上,每当应用程序启动时我都会遇到这个问题,应用程序没有崩溃但得到了这个。这是 stactrace
02-15 16:36:53.417 4047-16948/? E/ctxmgr: [SyncServerInterestRecordsOperation]Failed WriteInterestRecord: network status=-1
02-15 16:37:28.655 4047-14343/? E/Auth: [GoogleAccountDataServiceImpl] getToken() -> BAD_AUTHENTICATION. Account: <ELLIDED:1546944079>, App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/contextcontroller
fck: Long live credential not available.
at fcl.b(:com.google.android.gms@11951230:10)
at fcl.a(:com.google.android.gms@11951230:50)
at fav.a(:com.google.android.gms@11951230:37)
at got.a(:com.google.android.gms@11951230:7)
at got.a(:com.google.android.gms@11951230:155)
at gnt.a(:com.google.android.gms@11951230:2)
at gnr.a(:com.google.android.gms@11951230:17)
at gnr.a(:com.google.android.gms@11951230:6)
at cpa.a(:com.google.android.gms@11951230:25)
at cpa.a(:com.google.android.gms@11951230:80)
at exy.a(:com.google.android.gms@11951230:6)
at exx.a(:com.google.android.gms@11951230:2)
at exx.e(:com.google.android.gms@11951230:6)
at exx.d(:com.google.android.gms@11951230:1)
at exv.b(:com.google.android.gms@11951230:1)
at mra.a(:com.google.android.gms@11951230:1)
at mpn.a(:com.google.android.gms@11951230:3)
at dgn.a(:com.google.android.gms@11951230:54)
at dbw.run(:com.google.android.gms@11951230:2)
at dbu.handleMessage(:com.google.android.gms@11951230:3)
at mvq.run(:com.google.android.gms@11951230:6)
at mwc.run(:com.google.android.gms@11951230:26)
谁能告诉我这件事。任何帮助将不胜感激。谢谢!!
您的应用似乎 运行 带有代理。尝试在开放网络上执行相同操作并检查错误是否仍然存在。
查看 stack-trace 中的 E/ctxmgr: [SyncServerInterestRecordsOperation]Failed WriteInterestRecord: network status=-1
,您能否 运行 检查以下两件事:
1. 应用程序与 play-store 之间的网络连接。
2. 尝试清除应用缓存并重试。
希望对您有所帮助