java.lang.IllegalArgumentException:向上插入受影响的多行

问题描述 投票:2回答:1

[当我尝试使用手机中的特定电子邮件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@[email protected] (284081242.284081242-000400):25)
    at bzx.a(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):19)
    at com.google.android.gms.games.provider.PlayGamesContentProvider.a(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):538)
    at bzx.insert(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):4)
    at qus.insert(:com.google.android.gms@[email protected] (100400-284611645):4)
    at android.content.ContentProviderOperation.apply(ContentProviderOperation.java:297)
    at bzx.a(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):14)
    at bzx.applyBatch(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):3)
    at dvk.applyBatch(:com.google.android.gms@[email protected] (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@[email protected] (284081242.284081242-000400):29)
    at czv.a(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):279)
    at czv.b(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):22)
    at cxy.c(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):2)
    at dzo.a(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):7)
    at dzr.a(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):4)
    at bkv.run(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):1)
    at cdz.b(:com.google.android.play.games.services@[email protected] (284081242.284081242-000400):15)
    at cdz.run(:com.google.android.play.games.services@[email protected] (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)
c# android unity3d google-play-services google-play-games
1个回答
0
投票

相同的问题,我认为这与Google服务器有关

© www.soinside.com 2019 - 2024. All rights reserved.