java.lang.IllegalArgumentException:更新影响多行

时间:2019-12-14 05:32:22

标签: c# android unity3d google-play-services google-play-games

当我尝试使用手机中的特定电子邮件ID登录Android应用中的游戏服务时,出现以下错误。但是相同的ID在我的应用中的其他设备上也可以使用。

E / AndroidRuntime:致命例外:lowpool [1]

进程:com.google.android.gms,PID:21525

java.lang.IllegalArgumentException: Upsert affected multiple rows
    at bzx.a(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):25)
    at bzx.a(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):19)
    at com.google.android.gms.games.provider.PlayGamesContentProvider.a(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):538)
    at bzx.insert(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):4)
    at qus.insert(:com.google.android.gms@19831028@19.8.31 (100400-284611645):4)
    at android.content.ContentProviderOperation.apply(ContentProviderOperation.java:297)
    at bzx.a(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):14)
    at bzx.applyBatch(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):3)
    at dvk.applyBatch(:com.google.android.gms@19831028@19.8.31 (100400-284611645):3)
    at android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:344)
    at android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
    at android.content.ContentResolver.applyBatch(ContentResolver.java:1705)
    at cxs.b(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):29)
    at czv.a(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):279)
    at czv.b(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):22)
    at cxy.c(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):2)
    at dzo.a(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):7)
    at dzr.a(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):4)
    at bkv.run(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):1)
    at cdz.b(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):15)
    at cdz.run(:com.google.android.play.games.services@144480040@2019.11.14448 (284081242.284081242-000400):10)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
    at tfn.run(Unknown Source:7)
    at java.lang.Thread.run(Thread.java:764)
    Suppressed: gmi: 
    at tk_trace.games-PlayGamesSignInIntentService_onStartCommand(Unknown Source:0)

1 个答案:

答案 0 :(得分:0)

自星期五以来遇到了同样的问题。

任何登录尝试均返回INTERNAL_ERROR(8)

按照MaxDevJS在上面的评论中的建议,擦除Play游戏和Play服务的所有数据,即可使其再次正常工作。