将播放服务位置从8.4.0更新到9.8.0

时间:2016-11-03 09:29:37

标签: android

你好我在更新我的

时遇到了问题
new Dictionary<string, IEnumerable<int>> {
    ["a"] = new[]{1},
};

无法找到ff进口

compile 'com.google.android.gms:play-services-location:8.4.0'
to
compile 'com.google.android.gms:play-services-location:9.8.0'

所以当我使用这个类时,它说不能解析符号,Place Class

import com.google.android.gms.common.GooglePlayServicesNotAvailableException;
import com.google.android.gms.common.GooglePlayServicesRepairableException;
import com.google.android.gms.location.places.Place;
import com.google.android.gms.location.places.ui.PlacePicker;

有人对此有一些解决方法吗?谢谢,

1 个答案:

答案 0 :(得分:1)

在最近的更新中,他们在另一个依赖项中调度了一些类。

PlacePicker现在在 compile "com.google.android.gms:play-services-places:9.8.0"