首页 > 其他分享> > [Flutter]Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns解决
[Flutter]Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns解决
作者:互联网
1 Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 2 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 3 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 4 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 5 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,如下:
修改gradle-wrapper.properties:
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
修改android/build.gradle:
dependencies { classpath 'com.android.tools.build:gradle:7.0.4' }
TRANSLATE with x English TRANSLATE with COPY THE URL BELOW Back EMBED THE SNIPPET BELOW IN YOUR SITE Enable collaborative features and customize widget: Bing Webmaster Portal Back
标签:02,http,repo,android,ns,com,schemas 来源: https://www.cnblogs.com/TobuTobu/p/15880796.html