Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

coding etude

[flutter android error] Execution failed for task ':app:checkReleaseAarMetadata'. 본문

Flutter(Dart)

[flutter android error] Execution failed for task ':app:checkReleaseAarMetadata'.

코코리니 2024. 1. 11. 22:57

프로젝트를 진행하면서 첫 빌드를 넣었을때 나온 error.

내용은 web.kit와 browser을 사용할 때 compile against version 이 34 또는 android APIs 보다 높아야 한다고 나와 있다.

그래서 해당하는 값의 설정을 34로 변경해 주었다.

$ project/android/app/build.gradle  ----> compileSdkVersion 34

끝.