gpt4 book ai didi

android - 我使用的每个 API 都需要一个 API key 吗?

转载 作者:行者123 更新时间:2023-11-29 19:51:05 26 4
gpt4 key购买 nike

我正在尝试在我的 android 应用程序中同时使用 google maps API 和 places API(包括 map 和地点自动完成 Activity ),但是我为谷歌地图获得的 API key 似乎不适用于地点自动完成 Activity ,我尝试为 Places API 获得另一个 key 但我不知道如何将它包含在我的项目中,我的 list 文件目前看起来像这个:

 <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ciceroneltd.cicero">

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:label=""
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>


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

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

</application>

当然不行

最佳答案

您必须确保您使用的 API key 与 API 管理器/凭证部分中的 key 匹配:https://console.developers.google.com/apis/credentials

首先,您需要登录您的 https://console.developers.google.com帐户。

还要确保您的包名称和 SHA-1 证书指纹是正确的。

关于android - 我使用的每个 API 都需要一个 API key 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37144974/

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