import com.google.android.gms.maps.SupportMapFragment; import androidx.fragment.Fragment; ... private SupportMapFragment mMapFragment; ... mMapFragment = (SupportMap
I solved this by implementing the latest version of play-services-maps in my app's build.gradle file:
build.gradle
implementation 'com.google.android.gms:play-services-maps:17.0.0'