Notice
Recent Posts
Recent Comments
Link
투케이2K
289. (AndroidStudio/android/java) [Error/에러] Cannot find a version of androidx.annotation:annotation 본문
Android
289. (AndroidStudio/android/java) [Error/에러] Cannot find a version of androidx.annotation:annotation
투케이2K 2022. 4. 8. 13:05[개발 환경 설정]
개발 툴 : AndroidStudio
개발 언어 : java
[원 인]
1. 안드로이드 build.gradle 의존성 설정 문제
[해결 방법]
1. build.gradle 파일에서 의존성 설정 실시
implementation 'androidx.annotation:annotation:1.1.0'
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
반응형
'Android' 카테고리의 다른 글
Comments