Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 522 Bytes

GET_AN_API_KEY.md

File metadata and controls

8 lines (6 loc) · 522 Bytes

Getting an API Key

The demos found in this repository require an API key. To create and use an API key:

  1. Get a Maps API key
  2. Open the file in the root directory of the sample called local.properties (by default, this file is NOT under version control)
  3. Add a single line to local.properties that looks like MAPS_API_KEY=YOUR_API_KEY, where YOUR_API_KEY is the API key you obtained in the first step
  4. Build and run