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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -