文章分类 -  Android

摘要:Android Google Maps ApplicationGoogle Maps应用需要注册免费的Google Map API Key注册Google Map API KeTo 需要提供 the certificate’s fingerprint (MD5).To get certificate fingerprint (MD5) follow the simple steps below:用keystore 文件获取 for getting the certificate fingerprint (MD5).找到keystore 文件"C:/Documents and Sett 阅读全文

posted @ 2011-12-02 16:30 ITBoB 阅读(253) 评论(0) 推荐(0)

摘要:android使用google map时无法显示地图或者只显示方格(或者模拟器上显示地图真机上却显示方格)的问题主要有两个原因:1.没有配置好mapview的使用环境;2.没有获取正确的Maps API Key。至于可能是其他硬件原因,不作分析。配置好mapview的使用环境:(1.)需要在新建项目中选中正确的Build Target选项,即Google APIs版本;(2.)在AndroidManifest.xml配置文件中引用maps library<uses-library android:name=”com.google.android.maps” />(applicati 阅读全文

posted @ 2011-12-02 14:58 ITBoB 阅读(501) 评论(0) 推荐(0)

导航