eurosecom / Attendance

Android Attendance by Firebase
Apache License 2.0
6 stars 7 forks source link

MapActivity #4

Open eurosecom opened 7 years ago

eurosecom commented 7 years ago

In AndroidManifest.xml, add the following element as a child of the application element, by inserting it just before the closing application tag: meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR_API_KEY"

eurosecom commented 7 years ago

android {

.. ..

buildTypes { debug { resValue "string", "google_maps_api_key", "your api key" } release { resValue "string", "google_maps_api_key", "your api key" } }