안드로이드를 시작하고 시작이 안 된다
One or more issues found when checking AAR metadata values:Dependency 'androidx.activity:activity:1.8.0' requires 'compileSdkVersion' to be set to 34 or higher.Compilation target for module ':app' is 'android-33'
오류 코드
바로 검색
알고보니 그냥 영어 해석하면 바로 끝나는 문제였음
해결법
1. 그래들에 들어가준다
2. compileSdk 33을
3. compileSdk 34이상으로 고쳐 준다
4. 끝
'애기 개발자(현재)' 카테고리의 다른 글
비밀번호 찾기 프로세스 초보편 (0) | 2024.02.26 |
---|---|
이메일 인증번호 인증 (0) | 2023.12.26 |
[Android] 타이틀 바 없애기 / 상태 바 없애기 (0) | 2023.11.30 |
aws 보안그룹 인바운드 설정하기 간단하게 보기 (0) | 2023.09.14 |
firebase란 무엇일까 (0) | 2023.09.14 |