我做了一個應用程序,我需要加載谷歌地圖。爲此,我在我的應用程序中使用Google API 8。Android谷歌地圖不加載?
我有以下代碼在我的XML文件:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.google.android.maps.MapView
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:apiKey=" 0x94IPJOQyNBzKMCfF5ks82SpwcbVab3Ixfk_hQ " android:id="@+id/mapview"
android:enabled="true"/>
<!-- home key -->
<!-- 0x94IPJOQyNBzKMCfF5ks82SpwcbVab3Ixfk_hQ -->
<!-- map key for publishing -->
</LinearLayout>
上述密鑰i已經通過使用debug.keystore文件的MD5打印獲得。
我在logcat的正的錯誤是:
07-25 22:52:02.167: ERROR/MapActivity(4784): Couldn't get connection factory client
在該地圖中的java文件,我已經使用了疊加加載一組座標的。覆蓋圖可見,但地圖不可見。可能會出現什麼問題?
預先感謝您。
謝謝你,你是一個活的保護,這是事實,我正在把sp王牌在開始和結束!!!這樣的菜鳥錯誤... – user590849