- To use Google Maps, you need to configure an API Project with the Google Maps Platform, following the Maps SDK for Android's Using API Key.
- After get an API Key, you can put that in local.properties inside android/ folder. Set the
mapsApiKey
key with your API-Key.mapsApiKey=<YOUR-KEY-HERE>
- Then, you can build and run the project.