Build problem with new and old project

Hi i am seeing following issue when trying to build

Failed UserError: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:compileReleaseJavaWithJavac’. > Compilation failed; see the compiler error output for details. See log for full details.

Config file :

Log file :

Thanks you

I think it’s caused by plugin conflicts. These get updated on a regular basis, which then causes project to stop compiling.

You’re still building for Android engine 9.1.0. You should probably start by updating that - apps built with 9.1 do not meet Google’s requirement sany more.

Here’s how to update to a newer version of the engine.

Thanks you but now i have a new problem :

  • What went wrong:
    A problem occurred evaluating script.

No usable Android build tools found. Highest 32.x installed version is 30.0.3; Recommended version is 32.0.0.

Looks like you’re trying to build for Android 12. I’ve added you to the beta.

Here is some more information on how to build for Android 12.

I will try tomorow, thanks you for your answers