gpt4 book ai didi

android - Ionic v2 Google Maps API Android Build Error : cannot access AbstractSafeParcelable options. compassEnabled(controls.getBoolean ("compass"));

转载 作者:IT老高 更新时间:2023-10-28 23:17:50 24 4
gpt4 key购买 nike

我正在尝试使用 Ionic 文档 as seen here 实现 Google Maps API .

我使用的代码示例与提供的完全相同,但出现以下错误:

BUILD FAILED

Total time: 2.748 secs

Error: /path/to/platforms/android/gradlew: Command failed with exit code 1 Error output:
/path/to/platforms/android/src/plugin/google/maps/GoogleMaps.java:479: error: cannot access AbstractSafeParcelable
options.compassEnabled(controls.getBoolean("compass"));
^
class file for com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable not found
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details

有人看到/解决了这个问题吗?

最佳答案

我能够解决问题。虽然我发现很多建议都围绕着安装缺少的存储库(您需要 Android 支持存储库、库、Play 服务和 Google 存储库),但我已经准备好了。缺少的是当我使用此命令添加插件时,在 project.properties 中指定了不正确的版本:

ionic plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_ANDROID_API_KEY_IS_HERE" --variable API_KEY_FOR_IOS="YOUR_IOS_API_KEY_IS_HERE"

在 project.properties 中,我改变了这个:

cordova.system.library.4=com.google.android.gms:play-services-maps:9.8.0
cordova.system.library.5=com.google.android.gms:play-services-location:9.8.0

到这里:

cordova.system.library.4=com.google.android.gms:play-services-maps:+
cordova.system.library.5=com.google.android.gms:play-services-location:+

这解决了构建错误。

关于android - Ionic v2 Google Maps API Android Build Error : cannot access AbstractSafeParcelable options. compassEnabled(controls.getBoolean ("compass"));,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41030573/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com