即使我在 Google Play 服务示例中使用 mapdemo 项目,Google 地图 API V2 仍显示空白屏幕
- 我重新安装了谷歌播放服务 SDK。
- 我更改了 API 密钥
- 我更改了 debug.keystore 并重新生成了 sha1 指纹
没有改变...
并且mMap
总是结果为空?
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();
}