[Flutter] 에러 해결 A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
디버그 콘솔
FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':app:processDebugResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failedC:\Users\생략 (2)\생략\android\(2)\생략\build\file_picker\intermediates\library_manifest\debug\AndroidManifest.xml:9:5-15:15: AAPT: error: unexpected element <queries> found in <manifest>.* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.orgBUILD FAILED in 25sException: Gradle task assembleDebug failed with exit code 1
flutter를 하는 도중 혹시 위와 같은 에러가 났다면,
안드로이드의 build.gradle 파일에서 버전 에러로 난 오류일 수 있다.
혹시 본인의 flutter 프로젝트 android에 build.gradle에 버전이 위 사진 왼쪽과 같이 적혀 있다면,
오른쪽과 같이 바꿔서 적으면 오류가 해결된다.
아래는 그 예시이다.
build.gradle의 경로를 모른다면 사진을 참고하여 파일을 수정하길 바란다.
에러를 해결하는 데 참고했던 구글 개발자 블로그 링크이다.
'공부 > Mobile' 카테고리의 다른 글
[안드로이드스튜디오] 휴대폰 연결, 개발자 모드 활성화 (0) | 2022.02.16 |
---|---|
[Flutter] 플러터에서 Widget(위젯)이란? (0) | 2021.11.29 |
댓글