2011年12月2日

摘要: 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 阅读(218) 评论(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 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 在做的小鱼定位软件,是一个含有Google map的工程,出现INSTALL_FAILED_MISSING_SHARED_LIBRARY错误。1、检查了AndroidManifest.xml,没问题2、检查了apikey也是正确,Libraries里面也增加了maps.jar,但是运行还是报INSTALL_FAILED_MISSING_SHARED_LIBRARY错误错误。 3、最后终于发现不能手动增加maps.jar,而要将工程换成Google APIs【Android2.1】而不是Android2.1,因为Google APIs【Android2.1】中间含有maps.jar。转换后一切o 阅读全文
posted @ 2011-12-02 14:21 ITBoB 阅读(447) 评论(0) 推荐(0) 编辑

导航