gpt4 book ai didi

android - Android 目标 API 级别 28+ 后出现错误 “Google is not defined””

转载 作者:行者123 更新时间:2023-12-02 17:00:13 26 4
gpt4 key购买 nike

“从 2019 年 8 月 1 日开始,Google Play 要求新应用至少面向 Android 9.0(API 级别 28),并且自 2019 年 11 月 1 日起,该应用更新必须面向 Android 9.0。在此日期之前,新应用和应用更新必须面向 Android 9.0(API 级别 28)目标至少为 Android 8.0(API 级别 26)。”

我改成28之后

<preference name="android-targetSdkVersion" value="28" />

Google map 停止工作并抛出此错误

ERROR Error: Uncaught (in promise): ReferenceError: google is not defined

最佳答案

几个小时后我解决了这个问题,只需在 AndroidManifest.xml 中放入两件事

打开

platforms/android/AndroidManifest.xml

在标签Application中放

android:usesCleartextTraffic="true"

内部标签Application放置标签

<uses-library android:name="org.apache.http.legacy" android:required="false" />

关于android - Android 目标 API 级别 28+ 后出现错误 “Google is not defined””,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56992711/

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