android - Problems validating Key for Google maps API -


i'm having problems using google maps api in android studio, after create key debug mode using cmd , validated in google console developers questions are: 1) path .android directory when creating key using keytool 1 in our users/our_name path correct?? 2) using key generated app using code:

 <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>      <meta-data android:name="com.google.android.maps.api_key"         android:value="generated key value"/> 

this giving errors in both values in manifest.xml since objective call fragment show map isn't correct??? doing wrong???

based on this google maps api page, proper key name

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

it "com.google.android.maps.v2.api_key" may used backward compatability. try first, re-checking setup.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -