728x90
ActivityMainBinding binding = DataBindingUtil.setContentView(this, R.layout.activity_main);
AndroidX Migration을 진행한 후에,
위와 같은 binding 부분에서 에러가 발생할 경우가 간혹 있다.
빨간줄에 에러를 확인해보면 ' Type parameter T has incompatible upper bounds : ViewDataBinding ~' 이런건데,
Build -> Clean Project
Build -> Rebuild Project
File -> Invalidate Caches/Restart...
귀찮아도 이 단계를 거치고 프로젝트를 다시 시작하면 해결 된다.
Reference
728x90