-
Notifications
You must be signed in to change notification settings - Fork 556
Build Setup Google Maps
Arthur Benemann edited this page May 26, 2014
·
2 revisions
###Making Google Maps work You should now have Droidplanner running on your development phone, but you'll notice that the map tiles aren't loading, and you'll see an error in Android Studio. To see the maps on your development device, you'll need to generate your own Google Maps API key via the Google API console (or Google Cloud console). The package name for Droidplanner is 'org.droidplanner' as listed in the AndroidManifest.xml file.
Please follow Installing The Google Maps Android V2 API
Once you have obtained your API key, open the AndroidManifest.xml file and find the entry for the Google Maps API key:
You should now see Google Maps tiles when debugging the app.