2013-09-15 :-)
_ [Android]Google Maps Android API v2 のサンプルを動かしてみる
参考
- Google Maps Android API v2のサンプルを動かしてみる 電脳羊(Android Dream)/ウェブリブログ
- Google Maps Android API V2を使ってみる
- Google Maps Android API v2 を使ったマップ表示 - Qiita [キータ]
白い地図
Google Maps Android API v2のサンプルを動かしてみる の手順そのままなんだが、やってみたところ白い地図が表示された。
LogCat は以下のようになっていた。
09-15 19:03:57.362: I/Google Maps Android API(11905): Failed to contact Google servers. Another attempt will be made when connectivity is established.
09-15 19:04:12.428: E/Google Maps Android API(11905): Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors).
API キーに関する手順を何かミスった場合にこうなるようだ。
私は 2 点ミスっていた。
- Google APIs Cosole で「Google Maps Android API v2」ではなく「Google Maps API v2」を登録した
- 実機でのデバッグなのに本番用の API キーを使っていた
android - In Version 2 Map view does not show map - Stack Overflow
oh... (>'A`)>
さらに、API キーに登録するためのフィンガープリントを作成するのだが、デバッグ時は
C:\Users\<ユーザー>\.android\debug.keystore
のキーストアを使わないといけないらしい。
これでちゃんと表示できた。