mGoogleApiClient = new GoogleApiClient.Builder(this)
.enableAutoManage(this, 0 /* clientId */, this)
.addApi(Places.GEO_DATA_API)
.build();
我对这里有点困惑clientId
。我去了Developer Console
并得到了一个clientId
,但它看起来不像我想象的那样。
clientId
我从中得到的东西Developer Console
看起来像:
123456789098-ra2bgaohfs123asd12a1abc12abba1bb.apps.googleusercontent.com
我不明白我应该使用什么。谁能给我一些明确的clientId
论点?