LocationServices.FusedLocationApi.requestLocationUpdates()的参数出错

时间:2015-09-11 02:32:28

标签: android android-studio

我正在关注this中的http://developer.android.com示例以获取位置更新。尝试调用LocationServices.FusedLocationApi.requestLocationUpdates()方法时出现以下错误。请帮我解决这个问题。

enter image description here

当我让Android Studio为我解决问题时,它会执行以下操作: enter image description here 但是,这会导致以下错误:

java.lang.ClassCastException: com.example.user.myapplication.MainActivity cannot be cast to com.google.android.gms.location.LocationListener

1 个答案:

答案 0 :(得分:0)

我的解决方案是导入com.google.android.gms.location.LocationListener; 并删除import android.location.LocationListener;