testImplementation "org.robolectric:robolectric:4.1" 에서 괜찮다가 4.3 으로 변경 시 오류가 발생 했는데
글들을 뒤져보다가 보니 결론 난건
https://github.com/square/leakcanary/issues/1180
https://github.com/square/leakcanary/issues/1198
https://github.com/square/leakcanary/issues/979
신규 버전에서 고쳤으니 그걸 사용하라고 하는 것
https://square.github.io/leakcanary/getting_started/
글들을 뒤져보다가 보니 결론 난건
https://github.com/square/leakcanary/issues/1180
https://github.com/square/leakcanary/issues/1198
https://github.com/square/leakcanary/issues/979
신규 버전에서 고쳤으니 그걸 사용하라고 하는 것
https://square.github.io/leakcanary/getting_started/
'Android' 카테고리의 다른 글
ViewModelProviders deprecated (0) | 2019.08.22 |
---|---|
layout id 값 live template 으로 처리 하기 (0) | 2019.08.19 |
final static class 를 mock 하기 (0) | 2019.08.12 |
mvvm 형태로 appbar scroll 대비 view 에 alpha 처리 하기 (0) | 2019.08.12 |
robolectric 에서 leak canary 오류 발생 java.lang.NoSuchMethodError: com.squareup.leakcanary.RefWatcher (0) | 2019.08.01 |