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

작성자 없음

작성자 정보가 삭제된 글입니다.

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

네비게이션(Navigation) 만들어보기, 프래그먼트(Fragment)에 대한 이해

build에서 계속 문제가 생깁니다.

작성

·

1.2K

1

위와 같이 에러가 발생하는데 어떤 문제가 발생한 것인지 잘모르겠습니다 ㅜ
어떻게 해결해야하나요?

답변 3

0

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

삭제된 글이라고 나오는데 해결하셨나요?

0

8 issues were found when checking AAR metadata:

1. Dependency 'androidx.navigation:navigation-common:2.7.1' requires libraries and applications that

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

Android APIs.

:app is currently compiled against android-33.

Also, the maximum recommended compile SDK version for Android Gradle

plugin 7.2.1 is 32.

Recommended action: Update this project's version of the Android Gradle

plugin to one that supports 34, then update this project to use

compileSdkVerion of at least 34.

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.navigation:navigation-common-ktx:2.7.1' requires libraries and applications that

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

Android APIs.

:app is currently compiled against android-33.

Also, the maximum recommended compile SDK version for Android Gradle

plugin 7.2.1 is 32.

Recommended action: Update this project's version of the Android Gradle

plugin to one that supports 34, then update this project to use

compileSdkVerion of at least 34.

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.navigation:navigation-runtime:2.7.1' requires libraries and applications that

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

Android APIs.

:app is currently compiled against android-33.

Also, the maximum recommended compile SDK version for Android Gradle

plugin 7.2.1 is 32.

Recommended action: Update this project's version of the Android Gradle

plugin to one that supports 34, then update this project to use

compileSdkVerion of at least 34.

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.navigation:navigation-ui:2.7.1' requires libraries and applications that

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

Android APIs.

:app is currently compiled against android-33.

Also, the maximum recommended compile SDK version for Android Gradle

plugin 7.2.1 is 32.

Recommended action: Update this project's version of the Android Gradle

plugin to one that supports 34, then update this project to use

compileSdkVerion of at least 34.

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.navigation:navigation-runtime-ktx:2.7.1' requires libraries and applications that

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

Android APIs.

:app is currently compiled against android-33.

Also, the maximum recommended compile SDK version for Android Gradle

plugin 7.2.1 is 32.

Recommended action: Update this project's version of the Android Gradle

plugin to one that supports 34, then update this project to use

compileSdkVerion of at least 34.

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.navigation:navigation-ui-ktx:2.7.1' requires libraries and applications that

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

Android APIs.

:app is currently compiled against android-33.

Also, the maximum recommended compile SDK version for Android Gradle

plugin 7.2.1 is 32.

Recommended action: Update this project's version of the Android Gradle

plugin to one that supports 34, then update this project to use

compileSdkVerion of at least 34.

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).

7. Dependency 'androidx.navigation:navigation-fragment-ktx:2.7.1' requires libraries and applications that

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

Android APIs.

:app is currently compiled against android-33.

Also, the maximum recommended compile SDK version for Android Gradle

plugin 7.2.1 is 32.

Recommended action: Update this project's version of the Android Gradle

plugin to one that supports 34, then update this project to use

compileSdkVerion of at least 34.

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).

8. Dependency 'androidx.navigation:navigation-fragment:2.7.1' requires libraries and applications that

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

Android APIs.

:app is currently compiled against android-33.

Also, the maximum recommended compile SDK version for Android Gradle

plugin 7.2.1 is 32.

Recommended action: Update this project's version of the Android Gradle

plugin to one that supports 34, then update this project to use

compileSdkVerion of at least 34.

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).

빌드 오류가 해결이 안됩니다 ㅎㅎ

0

Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction
최종적으로 이 오류 발생으로 에뮬레이터가 작동하지 않습니다.
어떻게 해결해야하나요?

작성자 없음

작성자 정보가 삭제된 글입니다.

질문하기