Android

Could not find androidx.legacy:legacy-support-v4:1.0.0.

zerocool0713 2020. 7. 15. 18:10
반응형
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

이렇게 사용했다면

 

아래처럼 사용하면 됨

 

implementation 'androidx.legacy:legacy-support-v4'

 

반응형