Google APIs for Android is missing Games.getGamesAuthToken
问题 The online reference for Google APIs for Android , shows a public method summary for the Games class which includes: static PendingResult<Games.GetTokenResult> getGamesAuthToken(GoogleApiClient apiClient) But the latest release available (8.4.0) does not include this method. I use this to get the APIs: dependencies { compile 'com.google.android.gms:play-services:8.4.0' } Where is Games.getGamesAuthToken? 回答1: This is actually a documentation problem. getGamesAuthToken() has been removed