UE5.1 Android game - packeing error rungradle.bat

Hello! I started to get error when packing from not where in UE5.1, until yesterday all work great, and I don’t change anything in the project. I tried everything possible that I saw on Google and I still get this error:

(I tried on several projects, all of them the same error)

  • Reinstall Sdk / Nds / Jdk
  • Update VS / android-studio / java
  • remove the folders “builds” + “saves” + “intermediate”
  • try packaging a few different games (all got the same error)
  • try update gradle manually
    *try to set the target SDK in the project settings different SDK targets

thank you!

log.txt file:

The error message of OP seems quite explicit.
The ads-adservices-java dependency has minCompileSdk 33 while the project has compileSdkVersion 32 which is not compatible.
If it suddenly happens from one day to the other, my guess would be that either that dependency was changed under the same version or that some dynamic version / version range is used and that dependency released a new version with that restriction.