Google プレイ サービス サンプルで mapdemo プロジェクトを使用しても、Google マップ API V2 で空白の画面が表示される
- Google Play サービス SDK を再インストールします。
- APIキーを変更しました
- debug.keystore を変更し、sha1 フィンガープリントを再生成しました
何も変わっていません...
mMap
常に null であることが判明していますか?
if (mMap == null) {
// Try to obtain the map from the SupportMapFragment.
mMap = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map)) .getMap();
// Check if we were successful in obtaining the map.
if (mMap != null) {
setUpMap();
}