According to your question, it seems that you are trying to find the LeaderBoard in the achievements table
LeaderBoard and achievements not shown. At the same time you need to show LeaderBoard in a different way, calling
startActivityForResult(Games.Leaderboards.getLeaderboardIntent( getApiClient(), getResources().getString( **R.string.your_leaderboard_id**)), REQUEST_LEADERBOARDS);
and to achieve -
startActivityForResult(Games.Achievements.getAchievementsIntent( getApiClient()), REQUEST_ACHIEVEMENTS);
Cold fire
source share