大家好,请帮帮我。我不知道该怎么办

我也已经给出了android studio的建议

最佳答案

getMap()已弃用。使用如下所示的getMapAsync()。

MapFragment mapFragment = (MapFragment) getFragmentManager()
            .findFragmentById(R.id.map);
    mapFragment.getMapAsync(this);

关于javascript - android studio map.setMyLocationEnabled(true)中的错误getMap();,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/48535568/

10-12 05:57