인프런 커뮤니티 질문&답변

fgvcxg님의 프로필 이미지
fgvcxg

작성한 질문수

[왕초보편] 앱 8개를 만들면서 배우는 안드로이드 코틀린(Android Kotlin)

레이아웃에 사진 삽입

강사님 제 핸드폰(s22 울트라)연결시 문제가 나옵니다

작성

·

565

0

이전 강의 에서 단순히 헬로우 월드 하는 건 연결이 되었는데 지금 진행하는 것은

 

6 issues were found when checking AAR metadata:

1. Dependency 'androidx.appcompat:appcompat-resources:1.6.0' requires libraries and applications that

depend on it to compile against version 33 or later of the

Android APIs.

:app is currently compiled against android-32.

Recommended action: Update this project to use a newer compileSdkVersion

of at least 33, for example 33.

Note that updating a library or application's compileSdkVersion (which

allows newer APIs to be used) can be done separately from updating

targetSdkVersion (which opts the app in to new runtime behavior) and

minSdkVersion (which determines which devices the app can be installed

on).

2. Dependency 'androidx.appcompat:appcompat:1.6.0' requires libraries and applications that

depend on it to compile against version 33 or later of the

Android APIs.

:app is currently compiled against android-32.

Recommended action: Update this project to use a newer compileSdkVersion

of at least 33, for example 33.

Note that updating a library or application's compileSdkVersion (which

allows newer APIs to be used) can be done separately from updating

targetSdkVersion (which opts the app in to new runtime behavior) and

minSdkVersion (which determines which devices the app can be installed

on).

3. Dependency 'androidx.activity:activity:1.6.0' requires libraries and applications that

depend on it to compile against version 33 or later of the

Android APIs.

:app is currently compiled against android-32.

Recommended action: Update this project to use a newer compileSdkVersion

of at least 33, for example 33.

Note that updating a library or application's compileSdkVersion (which

allows newer APIs to be used) can be done separately from updating

targetSdkVersion (which opts the app in to new runtime behavior) and

minSdkVersion (which determines which devices the app can be installed

on).

4. Dependency 'androidx.core:core:1.9.0' requires libraries and applications that

depend on it to compile against version 33 or later of the

Android APIs.

:app is currently compiled against android-32.

Recommended action: Update this project to use a newer compileSdkVersion

of at least 33, for example 33.

Note that updating a library or application's compileSdkVersion (which

allows newer APIs to be used) can be done separately from updating

targetSdkVersion (which opts the app in to new runtime behavior) and

minSdkVersion (which determines which devices the app can be installed

on).

5. Dependency 'androidx.core:core-ktx:1.9.0' requires libraries and applications that

depend on it to compile against version 33 or later of the

Android APIs.

:app is currently compiled against android-32.

Recommended action: Update this project to use a newer compileSdkVersion

of at least 33, for example 33.

Note that updating a library or application's compileSdkVersion (which

allows newer APIs to be used) can be done separately from updating

targetSdkVersion (which opts the app in to new runtime behavior) and

minSdkVersion (which determines which devices the app can be installed

on).

6. Dependency 'androidx.annotation:annotation-experimental:1.3.0' requires libraries and applications that

depend on it to compile against version 33 or later of the

Android APIs.

:app is currently compiled against android-32.

Recommended action: Update this project to use a newer compileSdkVersion

of at least 33, for example 33.

Note that updating a library or application's compileSdkVersion (which

allows newer APIs to be used) can be done separately from updating

targetSdkVersion (which opts the app in to new runtime behavior) and

minSdkVersion (which determines which devices the app can be installed

on).

 

이렇게 나옵니다 어떻게 해야 할까요? 찾아보니 grible에 있는 것들을 변경해서 동기화 시키라고 해서 했는데도 같은 오류가 발생이 됩니다 ㅜ

답변 1

1

fgvcxg님의 프로필 이미지
fgvcxg
질문자

해결했습니다

compileSdk 33

여기부분이 32였는데 33으로 변경하니까 되었습니다

오류 내용 잘 읽으면 되는 것이였군요

감사합니다

 

개복치개발자님의 프로필 이미지
개복치개발자
지식공유자

오 잘 해결하셨군요 명절 잘 보내세요!

fgvcxg님의 프로필 이미지
fgvcxg

작성한 질문수

질문하기