从 9.0.2更新gms:play-services-location
到 9.6.1 后,我无法导入com.google.android.gms.location.places.Place
,也无法使用PlaceAutoComplete
。
它是否已被弃用或从 google play 服务位置中删除?
根据拆分依赖项列表,要包含地点 API,您必须包含依赖项
compile 'com.google.android.gms:play-services-places:9.6.1'
仅在 Google Play 服务 9.2.0 中添加了places
依赖项 - 在此之前,它是maps
依赖项的一部分,这是对location
(版本 9.6.0 还删除了 on 的依赖项location
)的要求maps
,因此为什么以前在包含location
时也会得到places
.
在你的 gradle 中添加这个版本
编译'com.google.android.gms:play-services:7.3.0'