Oge*_*gen 2 android google-play-services
我收到了6500错误,这就是文档对它的看法.
public static final int STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE
One or more participants in this match are not in valid states.
This could occur if a specified participant is not actually a participant of the match, or is invalid, or is in an incorrect state to make the API call.
Check the logs for more detailed information.
Constant Value: 6500 (0x00001964)
Run Code Online (Sandbox Code Playgroud)
任何人都可以详细说明此错误的其他原因吗?
编辑:精化.
我启动了一个TurnBasedMatch,然后我开始轮流使用GamesClient.takeTurn().两次转动后,我的应用程序因空指针异常而崩溃.我的TurnBasedMatch对象变为null,因为我收到状态码为6500的错误.我不知道为什么会发生这种情况.