无法在android上显示gmap

时间:2014-06-11 06:14:33

标签: android google-maps android-fragments

我正在显示这样的地图:

    GoogleMap googleMap =  ((MapFragment)getFragmentManager().findFragmentById(R.id.map)).getMap();

但是,我收到了以下错误

The method getFragmentManager() is undefined for the type 
 MapActivity

2 个答案:

答案 0 :(得分:1)

首先,您需要通过FragmentActivity扩展您的Activity,不能将MapActivity用于新的Google map api v2。其次,你需要正确创建map api密钥(即debug key和live key都不同)。

答案 1 :(得分:0)

检查您的目标api是否为11或更高,但也检查您使用的库是否可能以api为目​​标8.检查:The method getFragmentManager() is undefined for the type MyActivity