Android Google Places API “PLACES_API_QUOTA_FAILED”
问题 Ok, so I am kinda new to Google maps/geo etc. So I went to the Google console, added an application, enabled "Places API for Android" , copy pasted the API key like this : <meta-data android:name="com.google.android.geo.API_KEY" android:value="API-KEY" /> I have an activity where I did mGoogleApiClient = new GoogleApiClient.Builder(this) .enableAutoManage(this, 0 /* clientId */, this) .addApi(Places.GEO_DATA_API) .build(); Copy pasted the adapter from the samples code. Everything compiled