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
gradle plugin 이 예전 버전이어서
gradle plugin version 업데이트
android/build.gradle
최신 버전으로 수정dependencies {
classpath 'com.android.tools.build.gradle-7.0.2'
android/gradle/wrapper/gradle-wrapper.properties
수정distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
android/.gradle
에서 구버전 (6.7) 삭제