我收到了6500錯誤,這是文檔不得不說的。Google play遊戲客戶端錯誤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)
任何人都可以詳細說明這個錯誤的其他原因嗎?
編輯:詳細說明。
我開始TurnBasedMatch,我開始服用使用GamesClient.takeTurn()圈。兩次後,我的應用程序崩潰,由於空指針異常。我的TurnBasedMatch對象變爲null,因爲我收到狀態碼爲6500的錯誤。我不知道爲什麼會發生這種情況。
請向您的qurey添加更多解釋 –
@SweetWisherツ我試圖添加更多 – Ogen
沒關係我修復了它。我傳遞了錯誤的未決參與者 – Ogen