问题 After learning basics about new architecture components, I decided to apply this knowledge and work a demo project. In this project I have been working with google map. In my navHost fragment, one of the fragment shows google map this way <fragment android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/map" android:name="com.google.android.gms.maps.SupportMapFragment"></fragment> from the code I have been trying to get this fragment class, the related code