我有一个NativeScript JavaScript应用,可以创建Google地图。就在最近,我开始收到错误消息
<AppName> is having trouble with Google Play services. Please try again.
这是我到目前为止所知道的:
我花了大部分时间寻找答案,并尝试对app.gradle进行了各种更改,但均未成功。作为记录,这是来自app.gradle的相关Google Play服务行:
// See https://github.com/NativeScript/nativescript-geolocation/issues/81
project.ext {
googlePlayServicesVersion = "11.2.+"
}
这时我很茫然。我欢迎任何指点。
我要补充一点
更新:我已确定此错误在NativeScript android平台的4.2.0版本中不会发生,但在5.0.0及更高版本中会发生。因此,暂时的解决方法是将该程序包进行后级处理:
tns platform add android@4.2.0
2019年2月25日更新:仅将Android平台降级不再适用于我。我使用最小的地图应用程序重新创建了该问题,并针对nativescript-google-maps-sdk提出了一个问题。
答案 0 :(得分:0)
泰勒·布雷克(Tyler Blake)已在gitHub问题https://github.com/dapriett/nativescript-google-maps-sdk/issues/339
上回答了该问题