Skip to content

Error setting up GoogleMaps API key when using with VueJS. #296

@fran8narf

Description

@fran8narf

Hello everybody!

I'm getting an error when I try to set the the api key in the xml files as in the documentation.
nativescript_googlemaps_api_key.xml
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="nativescript_google_maps_api_key">Here I have my the API-KEY without quotes</string> </resources>

Then I add the piece of code in the AndroidManifest.xml file:
<meta-data android:name="com.google.android.geo.API_KEY" android:value="@string/nativescript_google_maps_api_key" />

Probably I'm missing something...
Hope you can help me!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions