开发者

Google Map does not display in Android?

i am trying to run google map tutorial using following link http://mobiforge.com/developing/story/using-google-maps-android

followed a开发者_开发百科ll steps but when i try to run this application it does not display anything except boxes and zooming button

can any one guide is there any thing i am missing?? i have obtained new google map key from google website too.


finally i got my answer,

i had not created MD5 Certificate thats why it was showing only boxes after create MD5 certificate everything is working fine.. :D the procedure is given below.......

keytool.exe -list -alias androiddebugkey -keystore D:\Androidkeystore\debug.keystore -storepass android -keypass android

if you have not set environment variables for java in your machine then above command wont work or you will have to go to the bin directy of your java folder in program files to run above command.

by copy pasting debug.keystore file from builtin folder to user friendly folder and ran it.

and finally i got the md5 certificate.


yup this is a symptom of not having a google maps api key for your application.

As I'm sure your aware you can find everything you need here for obtaining a google maps api key.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜