Hi guys,
i am using godot 3.5.2 and trying to export to android, but it isnt working. I am getting the following error:
FAILURE:
Build failed with an exception.
- Where:
Build file 'D:\GODOT\Calculator\android\build\build.gradle' line: 25
- What went wrong:
An exception occurred applying plugin request [id: 'com.android.application', version: '7.2.1']
Failed to apply plugin 'com.android.internal.application'.
Could not create plugin of type 'AppPlugin'.
Could not generate a decorated class for type AppPlugin.
com/android/build/api/dsl/Publishing
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
- Get more help at https://help.gradle.org
BUILD FAILED in 1s
I dont know what to do. I am using the latest Android Studio version (I updated it to latest). Maybe someone can help. Thanks in advance.