Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins

Hi, I am new to this and I need help, I am trying to build my app android version and I keep getting this error. I don’t know what to do. please

Please never anywhere share screenshots of text if you only want to share the text and not something additional like colors or IDE annotations. Text in images is hard to read, especially on mobile, very hard to copy, and nearly impossible to search for.

Besides that:

  • you greatly misinterpret your output, what you are looking at is a warning, not an error and thus is not causing your build to fail
  • nevertheless it even exactly instructs you what to do and where to get more information if you want to get rid of that warning, but again, it is not the cause for the build failure
  • the build failure is due to the errors you get the end of which are on top of your screenshot
  • these errors are not coming from Gradle, but from the Android Gradle Plugin and also contain a link with further information how to handle and fix it