debug mode에서는 발생하지 않던 문제가 release 모드를 실행할때 발생하였다.
android gradle build 과정에서 gradle build tool version이 다를때 생긴다고 한다.
아래 참조 링크에서 설명한대로 따라하고 해결했다.
https://sianux1209.github.io/flutter/flutter_gradle_error/
[Flutter Error] Warning: Mapping new ns to old ns …
플러터로 개발할 때 자주 만나게 되는 에러, Warning: Mapping new ns to old ns ... 에러를 해결하는 방법에 대해서 알아보자
sianux1209.github.io
https://l4279625.tistory.com/entry/Flutter-Android-Warning-Mapping-new-ns-to-old-ns
[Flutter / Android] Warning: Mapping new ns to old ns. This app is using a deprecated version of the Android embedding
이 글은 Flutter를 기준으로 작성되었습니다. 2022-03-23 기준으로 플러터 공식 문서에 맞춰 글을 리뉴얼하였습니다. 1. Mapping new ns to old ns 2. This app is using a deprecated version of the Andro..
l4279625.tistory.com
728x90
'Flutter' 카테고리의 다른 글
[Flutter / Android] Unsupported Android Plugin version 에러 처리(문제 해결에 대한 회고록) (0) | 2022.04.05 |
---|---|
[Flutter / Android] 안드로이드 개발자 모드 활성화 (0) | 2022.04.04 |
[Flutter / 일반] minSDK, targetSDK 버전 선택하는 기준? (0) | 2022.04.02 |
[Flutter / GetX] GetXcontroller & StateMixin : onLoading, onError 처리 (0) | 2022.04.02 |
[Flutter / 일반] 앱 아이콘 변경하기 (0) | 2022.03.26 |