Flutter 수정 경고 새 ns를 이전 ns에 매핑
4760 단어 flutter
예: Flutter 앱에서 Android 및 앱에 대한 경고
플러터 2.10.3 | 다트 2.16.1 | 개발자 도구 2.9.2
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
เหตุ: โปรเจ็ค android ใช้ com.android.tools.build:gradle 버전 4.1.0
วิธีแก้ปัญหา: อพเกรดไปใช้ com.android.tools.build:gradle verion 7.0.0 ขึ้นไป
1) 다운로드 com.android.tools.build:gradle https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
2) 7.1.2에서 android/build.gradle을 실행합니다.
3) เมื่อ สั่ง สั่ง สั่ง 펄터 런 ปัญหา ต่อ ต่อ มา คือ ไฟล์ ไฟล์ gradle ต้อง ใช้ เวอร์ชั่น 7.2 ขึ้น ไป (ปัจจุบัน เป็น 6.7)
4) Gradle Gradle (ได้ที่) https://services.gradle.org/distributions
5) Android/gradle/wrapper/gradle-wrapper.properties 7.4.1에서 แก้ไขได้ที่ไฟม
6) เมื่อ สั่ง สั่ง สั่ง 펄터 런 ปัญหา ปัญหา ต่อ มา ก็ คือ คือ 환경 변수 ที่ ผม ผม เคย ใช้ คือ คือ android_sdk_home มัน 감가 상각 된 ไม่ สามารถ สามารถ ใช้ ได้ แล้ว
7) ต้อง ไป ไป ต้อง ให้ ใช้ ใช้ android_home แทน แทน ตัว เดียว เดียว เดียว เดียว (ตัวอย่าง นี้ ผม ผม ใช้ macos) แก้ไข ไฟล์ ~/.zshrc และ ต้อง ยกเลิก ยกเลิก ตัว อื่น ที่ ใช้ ให้ หมด ด้วย นะ นะ นะ นะ
export ANDROID_HOME=$HOME/Library/Android/sdk
# export ANDROID_SDK_HOME=$HOME/Library/Android/sdk
8) ปิดแล้ว เปิด vscode แม่มด 및 flutter run의 flutter run 경고 및
ติดตามผลงานได้ที่
페이지: https://fb.com/CodeBangkok
그룹: https://fb.com/groups/msdevth
블로그:
유튜브:
Reference
이 문제에 관하여(Flutter 수정 경고 새 ns를 이전 ns에 매핑), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/codebangkok/flutter-fix-warning-mapping-new-ns-23ia텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)