我将gms:play-services-location
从9.0.2更新为9.6.1后,我无法导入com.google.android.gms.location.places.Place
,也无法使用PlaceAutoComplete
。
是否已将其弃用或从Google Play服务网站中移除?
答案 0 :(得分:2)
根据list of split dependencies,要包含places API,您必须包含依赖项
compile 'com.google.android.gms:play-services-places:9.6.1'
places
依赖关系仅在Google Play服务9.2.0中添加 - 在此之前,它是maps
依赖项的一部分,这是location
的要求(版本9.6。 0还删除了location
对maps
的依赖关系,因此,之前当您加入location
时,您还获得places
。
答案 1 :(得分:0)
在您的gradle中添加此版本
编译'com.google.android.gms:play-services:7.3.0'