Google play game has stopped after update score to leaderboard

。_饼干妹妹 提交于 2019-12-23 18:03:26

问题


When I update my score to the leaderboard, and then I open the leaderboard, Google play game has stopped. Can anyone help me with this?

I update the score with this code:

Games.Leaderboards.submitScore(myclient, 
                    getString(R.string.number_guesses_leaderboard),  
                    HighScore); 

I use this to open the leaderboard:

startActivityForResult(Games.Leaderboards.getLeaderboardIntent(
                myclient,getString(R.string.number_guesses_leaderboard)), 
                    0);

Click here to see the Logcat.

来源:https://stackoverflow.com/questions/31684053/google-play-game-has-stopped-after-update-score-to-leaderboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!