我正在关注this中的http://developer.android.com示例以获取位置更新。尝试调用LocationServices.FusedLocationApi.requestLocationUpdates()
方法时出现以下错误。请帮我解决这个问题。
当我让Android Studio
为我解决问题时,它会执行以下操作:
但是,这会导致以下错误:
java.lang.ClassCastException: com.example.user.myapplication.MainActivity cannot be cast to com.google.android.gms.location.LocationListener
答案 0 :(得分:0)
我的解决方案是导入com.google.android.gms.location.LocationListener; 并删除import android.location.LocationListener;