无法解析Places,Google Play服务

时间:2015-05-19 06:15:42

标签: android google-places-api

我已将Google Play服务的自由添加为:

compile' com.google.android.gms:play-services:6.5.87'

使用Google商家信息API,但仍无法解决“地方信息”问题。界面如下:

  mGoogleApiClient = new GoogleApiClient
                .Builder(this)
                .addApi(Places.GEO_DATA_API)
                .addApi(Places.PLACE_DETECTION_API)
                .addConnectionCallbacks(this)
                .addOnConnectionFailedListener(this)
                .build();

使用Google Places API,我必须使用哪个自由文件或作为单独的项目导入。它也没有在下面解决:

import com.google.android.gms.nearby

1 个答案:

答案 0 :(得分:5)

考虑将com.google.android.gms:play-services-places:<latest version>添加到build.gradile