-
Notifications
You must be signed in to change notification settings - Fork 556
Build Setup Google Maps
Fredia Huya-Kouadio edited this page Oct 3, 2015
·
2 revisions
###Making Google Maps work You should now have Tower 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 Tower is 'org.droidplanner.android' 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.