在 FLutter 中使用 Google 地图 API 时出现错误

问题描述 投票:0回答:1

我启用了 Google 地图 api,并将该 api 添加到 AndroidManifest.xmlAppDelegate.swift

我添加到AndroidManifest.xml

 <meta-data android:name="com.google.android.geo.API_KEY"
           android:value="MY_API"/>

但即便如此,当我尝试运行应用程序并使用 Google 地图时,我还是遇到了 获取 google api 时出错

enter image description here

enter image description here

enter image description here

enter image description here

android flutter android-studio google-maps-android-api-2
1个回答
0
投票

我正在制作完全相同的应用程序,并且遇到了完全相同的错误

© www.soinside.com 2019 - 2024. All rights reserved.