Discussion Forums  >  Uncategorized

Replies: 2    Views: 183

CellMan
Aspiring developer
Profile
Posts: 2
Reg: Nov 23, 2011
USA
20
12/06/11 01:10 PM (14 years ago)

Maps to locations will not open in the app

The message says Maps not configured properly. See: showLocationMap() method in src/Act_ActivityBase.java What can I do to correct this? Thanks!
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
12/06/11 01:23 PM (14 years ago)
Hi CellMan, One thing you need to do is get a your maps API keys, and put them in the res\values\strings.xml file. The section looks like this: <string name=googleMapsAPIKeyDebug>yourGoogleMapsKeyForDebug</string> <string name=googleMapsAPIKeyRelease>yourGoogleMapsKeyForRelease</string> (Forum strips out quotes) Check out this link to get your keys : http://code.google.com/android/add-ons/google-apis/mapkey.html Hope this helps! Mark
 
CellMan
Aspiring developer
Profile
Posts: 2
Reg: Nov 23, 2011
USA
20
like
12/07/11 11:06 AM (14 years ago)
Ok thank you for the advice. I will check into this asap!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.