FragmentContainerView inflate error1 Android FragmentContainerView Error Compose를 연습하다가 다른 Activity에서 Navigation을 사용하려고 했는데 계속 Inflate오류가 발생했다. `ComponentActivity`는 Jetpack Compose를 지원하기 위한 기본 Activity 클래스입니다. 이 클래스는 `AppCompatActivity`와는 달리 프래그먼트와 관련된 내장 메서드를 제공하지 않습니다. 따라서 `ComponentActivity`에서 `androidx.fragment.app.FragmentContainerView`를 사용하려면 몇 가지 추가 작업이 필요합니다. 일반적으로 `ComponentActivity`를 상속하는 경우에는 Compose를 사용하여 UI를 작성하는 것이 가장 일반적입니다. 그러나 `FragmentContainerView`.. 2023. 6. 16. 이전 1 다음