Mapbox:我想使用Locationengine来获取用户的当前位置,但它会给我一个错误

时间:2018-04-09 21:08:56

标签: java android geolocation mapbox

我收到以下错误:

  

错误:(81,39)错误:无法访问LostApiClient   找不到com.mapzen.android.lost.api.LostApiClient的类文件

     

错误:(82,39)错误:无法访问LocationListener   未找到com.mapzen.android.lost.api.LocationListener的类文件

我该怎么办?我尝试了所有我在www上找到但没有任何效果。

1 个答案:

答案 0 :(得分:1)

我找到了这个错误的原因:我没有为Mapbox服务sdk和Mapbox遥测sdk添加依赖项。

如果您遇到此问题,只需将这些行添加到build.gradle文件中:

implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:3.0.1'
implementation 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.10@aar'