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
Data Binding Android - Type parameter T has incompatible upper bounds : ViewDataBinding and MainActivity
I am using Android Studio 2.0 Preview 4. I'm using Android SDK tools 25 rc1. This error persists no matter how many times I clean / rebuild project. File->Invalidate Caches and restart also doesn't...
stackoverflow.com
728x90