我正在显示这样的地图:
GoogleMap googleMap = ((MapFragment)getFragmentManager().findFragmentById(R.id.map)).getMap();
但是,我收到了以下错误
The method getFragmentManager() is undefined for the type
MapActivity
答案 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