Error inflating class androidx.fragment.app.FragmentContainerView // Android Kotlin Dev Diary October 6, 2022October 6, 2022 Catzie Leave a comment The cause of error in Logcat: The fix was to add a startDestination to <navigation> tag in the nav_graph.xml. Read More