Why is this Warning showing when I try to debug my Flutter application

mishalhaneef

This is not an error, this warning showing when I run or Debugging my app,

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

how do I fix and what's the exact problem is this?

Charles Rostaing

Try upgrading the gradle wrapper version (gradle-wrapper.properties) and the gradle plugin version (/android/build.gradle) to the latest ones.

In gradle-wrapper.properties:

distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip

In /android/build.gradle:

classpath 'com.android.tools.build:gradle:7.1.0'

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Application crashes when i try to debug

Why isn't my 'Else' expression showing in this scenario when i try to run my code?

Why is Java showing me an "Out of bounds" exception when I try to remove an element from my custom Array?

Flutter | Why does my json file is transformed into a folder on firebase when I try to access it?

Why my application works well but when I try to modularize it, it doesn't work properly?

Why is my LineSeries not showing when I zoom in?

Why is this showing me an error when I try to free a matrix?

Why is this error showing when I try to use javaws?

Why is ValueError showing up when I try to put in a float?

Why is my C program not showing any output in the terminal when I try to find the youngest person's age among three given ages?

Why is my TextField and List not showing when both are together in flutter

When I try to use firebase in my flutter app it produces an error

Build failed when I try to run my flutter app

When I try to deploy my PHP application to Google App Engine, why am I suddenly getting a 400 error?

Why is my jQuery not working/showing when I open my browser?

My application crashes when I try to parse a string

Why when i debug my value option tag html is undefined?

When I run my spring application, it is showing throwing an error

Why is my .load() not working when I try to get specific div

Why is my session not working when I try to count IP hits?

Why are no parameters passed in when I try to test my API with Postman?

Why my async function returns an undefined when i try to access it?

Why does my program break when I try to refresh the usestate?

Why my reverse ssh is closing when I try to connect to it?

Why is my object being duplicated when I try to add it to an array?

Why are my getters returning null when I try to send to the server?

Why does my activity crash when I try to get a number?

Why is my list empty when i try to read it

Why my test_index is empty when I try to stratified it?