Google Maps V2 - API key not found Error Message

Maddie_J

I am currently having trouble adding google maps, direction and places API. I enabled all the API and I have an API browser key which works as I have tested it out.

I was just wondering if anyone is able to help me and resolve the issue I am having. I have checked the manifest file and I have created a string file to hold the API however it brings up an error which I do not understand.

java.lang.RuntimeException: API key not found. Check that <meta-data android:name="com.google.android.geo.API_KEY" android:value="your API key"/> is in the <application> element of AndroidManifest.xml

Marcin Orlowski

You need to put this

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

inside <application>, not outside as you currently have.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How to set api key for Google maps v2

分類Dev

Google Maps Android API v2

分類Dev

displaying Google Maps API v2 on real device/emulator. can't figure out error

分類Dev

Google Maps Android API v2 Authorization failure

分類Dev

Can't connect to Google Maps Api Android V2

分類Dev

Overlay an image on google maps android api v2

分類Dev

Google Maps API key not used

分類Dev

Android 2.3およびgoogle maps API v2

分類Dev

Android Google Maps API v2:方位位置を取得する

分類Dev

Google Maps V2 APIマニフェスト、問題。

分類Dev

How to manage Markers well using google maps api v2 on android

分類Dev

IOS-ObjC Google Maps API Key

分類Dev

Google android maps api v2マーカータイトルを常に表示

分類Dev

Google Maps API v2を使用したViewPager:不思議な黒いビュー

分類Dev

CORS error when trying to open files from Google Drive v2 API

分類Dev

Animated Transparent Circle on Google Maps v2 is NOT animating correctly

分類Dev

Google maps v2 not displayed on new activity

分類Dev

Google Maps Activity V2 Android Studio

分類Dev

android maps api v2 adding multiple circles

分類Dev

How to download and use offline maps in Map API V2?

分類Dev

Missing api_key/current key with Google Services 3.0.0 and Maps API key in build.gradle

分類Dev

Missing api_key/current key with Google Services 3.0.0 and Maps API key in build.gradle

分類Dev

Google Maps API エラー: MissingKeyMapError, but I have a key

分類Dev

Google Map API V3 - infowindows @ markers on 2 maps

分類Dev

Google Maps Android API v2のMapFragmentにカスタムコントロールを追加する方法

分類Dev

Google Maps API v2:マーカーをクリック可能にする方法は?

分類Dev

Google Maps Android API V2で白地図しか入手できないのはなぜですか?

分類Dev

Google Maps API v2:マーカーのツールチップをクリック可能にする方法は?

分類Dev

Apps Script - Using Google Sheets REST API v4 - Values not being written - No error message

Related 関連記事

  1. 1

    How to set api key for Google maps v2

  2. 2

    Google Maps Android API v2

  3. 3

    displaying Google Maps API v2 on real device/emulator. can't figure out error

  4. 4

    Google Maps Android API v2 Authorization failure

  5. 5

    Can't connect to Google Maps Api Android V2

  6. 6

    Overlay an image on google maps android api v2

  7. 7

    Google Maps API key not used

  8. 8

    Android 2.3およびgoogle maps API v2

  9. 9

    Android Google Maps API v2:方位位置を取得する

  10. 10

    Google Maps V2 APIマニフェスト、問題。

  11. 11

    How to manage Markers well using google maps api v2 on android

  12. 12

    IOS-ObjC Google Maps API Key

  13. 13

    Google android maps api v2マーカータイトルを常に表示

  14. 14

    Google Maps API v2を使用したViewPager:不思議な黒いビュー

  15. 15

    CORS error when trying to open files from Google Drive v2 API

  16. 16

    Animated Transparent Circle on Google Maps v2 is NOT animating correctly

  17. 17

    Google maps v2 not displayed on new activity

  18. 18

    Google Maps Activity V2 Android Studio

  19. 19

    android maps api v2 adding multiple circles

  20. 20

    How to download and use offline maps in Map API V2?

  21. 21

    Missing api_key/current key with Google Services 3.0.0 and Maps API key in build.gradle

  22. 22

    Missing api_key/current key with Google Services 3.0.0 and Maps API key in build.gradle

  23. 23

    Google Maps API エラー: MissingKeyMapError, but I have a key

  24. 24

    Google Map API V3 - infowindows @ markers on 2 maps

  25. 25

    Google Maps Android API v2のMapFragmentにカスタムコントロールを追加する方法

  26. 26

    Google Maps API v2:マーカーをクリック可能にする方法は?

  27. 27

    Google Maps Android API V2で白地図しか入手できないのはなぜですか?

  28. 28

    Google Maps API v2:マーカーのツールチップをクリック可能にする方法は?

  29. 29

    Apps Script - Using Google Sheets REST API v4 - Values not being written - No error message

ホットタグ

アーカイブ