Can't find the class com.google.android.gms.location.LocationClient (android)

后端 未结 11 1739
离开以前
离开以前 2020-12-15 16:03

I have download a demo project from http://developer.android.com/training/location/retrieve-current.html, and I think I don\'t lost any steps; But I can\'t find which jar fi

11条回答
  •  庸人自扰
    2020-12-15 16:58

    add this to your project `

    implementation 'com.google.android.gms:play-services-location:16.0.0'//location services`
    

提交回复
热议问题