我正在尝试使用com.google.android.gms:play-services-location:12.0.0在我的Android应用中设置位置更新,但出现以下错误:LocationRequestconstructorismarkedasinternalandshouldnotbeaccessedfromapps我的位置更新请求如下所示:locationClient.requestLocationUpdates(newLocationRequest().setInterval(5000).setFastestInterval(1000).setPriority(Location