I/Google Maps Android API﹕ Failed to contact Google servers. Another attempt will be made when connectivity is established.
E/Google Maps Android API﹕ Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors).
出現以上錯誤訊息
地圖只出現右下角的加減圖示與左下角的Google字樣
上網找過解答
大部分都是API KEY或者是AndroidManifest.xml的設定問題
我使用debug.keystore去得到SHA1
再到Google Developers Console取得API KEY
然後Google Maps Android API v2也有開啟
我有另外新增一個專案可以順利顯示出地圖
AndroidManifest.xml的設定都一樣
只是兩個專案都是使用debug.keystore去得到API KEY
不曉得這樣有無影響
也重設API KEY好幾次
都一樣無法順利顯示出地圖
在網路上有找到這個解答
http://stackoverflow.com/questions/23805769/google-maps-suddenly-not-working?answertab=active#tab-top
我本身的專案中有使用到
https://github.com/loopj/android-async-http
這個3rd-parties libraries
我有看裡面的程式碼 確實有上面stackoverflow的那一行程式碼
但是看起來似乎沒有使用到 我也不確定
網路上都爬過很多文章 一樣是不太行
感謝大家