when I am trying to show the maps on my fragment it is returning null pointer exception. I have added everything to the manifest each and every permission. I am attaching the f
java.lang.NullPointerException: Attempt to invoke virtual method 'com.google.android.gms.maps.GoogleMap com.google.android.gms.maps.SupportMapFragment.getMap()' on a null object reference
getChildFragmentManager() instead of getActivity().getSupportFragmentManager()initilizeMap(); from your onResume method .Reference
SupportMapFragment.getMap() on a null object reference