Google Map:onMapReadyCallback can not be applied to this activity
问题 I am a beginner trying to use google maps, and I have followed the instructions given here: https://developers.google.com/maps/documentation/android-api/map?hl=zh-tw But I'm stuck at mapFragment.getMapAsync(this) and have been unable to find an answer. Here is the code: public class GoogleMapPage extends FragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.googlemap); MapFragment mapFragment =