본문 바로가기
Flutter

[Flutter / Android] Warning: Mapping new ns 경고 해결

by hymndaniel 2022. 4. 2.

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