gpt4 book ai didi

android - Google Maps Api Key 提供 Gray Tiles

转载 作者:行者123 更新时间:2023-11-29 15:29:25 25 4
gpt4 key购买 nike

我使用了调试 key ,我的应用程序运行良好,但是当我生成自己的 api key 时,我的谷歌地图只显示灰色图 block 。这是我的 xml 文件

 <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg" >

<com.google.android.maps.MapView
android:id="@+id/mapView"
android:layout_width="fill_parent"
android:layout_height="400px"
android:layout_alignParentTop="true"
android:layout_marginTop="20px"
android:apiKey="0FngR799edZTGCRHpFXeNAlq6bB8LjrNCFAyPPg"
android:clickable="true"
android:enabled="true" />

我做了一切正确的事情来获得我的 api key 我什至用两个不同的 keystore 尝试了两次并复制并粘贴了 MD5 指纹...这是我的 list

   <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="unjustentertainment.mything.com"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="4" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >


<activity
android:label="@string/app_name"
android:name=".MyThingsActivity"
android:theme="@android:style/Theme.NoTitleBar" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".Items"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar">
<intent-filter >
<action android:name="unjustentertainment.mything.com.CLEARSCREEN" />

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

</activity>

<activity android:theme="@android:style/Theme.NoTitleBar"
android:name=".Data"
android:label="@string/app_name"

/>

<activity
android:screenOrientation="portrait"
android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
/>


<uses-library android:name="com.google.android.maps"/>
</application>



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

我就是想不通为什么我的 API key 都不起作用。任何想法都是有帮助的。谢谢,我也已经签署了我的包裹

最佳答案

尝试放

<category android:name="android.intent.category.EMBED"/>

在 map Activity 的内部。

如果这不起作用,请尝试删除背景...

关于android - Google Maps Api Key 提供 Gray Tiles,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8514226/

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