Dagger2 android support 질문

1006 단어
Error: (68,19) 오류: 호환되지 않는 유형: Provider>Dispatching Android Injector Error: (70,19) 오류: 호환되지 않는 유형: Provider>Dispatching Android Injector Error로 변환할 수 없음: (72,19) 오류: 호환되지 않는 유형: Provider>Dispatching Android Injector Error로 변환할 수 없음: (74,19)오류: 호환되지 않는 유형: Provider > Dispatching Android Injector Error로 변환할 수 없음: (76, 19) 오류: 호환되지 않는 유형: Provider > Dispatching Android Injector로 변환할 수 없음
왠지 묘하게 나왔어요. 이 위에 오타 정보가 나왔어요. 코드를 어떻게 고쳐도 소용없어요. 마지막에 라이브러리 버전을 해봤는데 진짜인 줄 몰랐어요.
  compile 'com.google.dagger:dagger-android-support:2.13' 
    apt 'com.google.dagger:dagger-compiler:2.11'
    apt 'com.google.dagger:dagger-android-processor:2.11'


        2.13       2.11               

  compile 'com.google.dagger:dagger-android-support:2.11' 
    apt 'com.google.dagger:dagger-compiler:2.11'
    apt 'com.google.dagger:dagger-android-processor:2.11'

Dagger2를 사용하려면 익숙해져야 프로젝트에 쓸 수 있을 것 같아요. 안 그러면 오답이 어디 있는지 모르겠어요.

좋은 웹페이지 즐겨찾기