I am getting this error every time I try to export,
I tried to search on google and found nothing,
if someone could help i would appreciate it

*P.S if the error is not very visible from the image here it is

E:\Godot Projects\Shooter space\android\build\src\com\godot\game\GodotApp.java:42: error: method does not override or implement a method from a supertype
@Override
^
E:\Godot Projects\Shooter space\android\build\src\com\godot\game\GodotApp.java:44: error: cannot find symbol
setTheme(R.style.GodotAppMainTheme);
^
symbol: method setTheme(int)
location: class GodotApp
E:\Godot Projects\Shooter space\android\build\src\com\godot\game\GodotApp.java:45: error: cannot find symbol
super.onCreate(savedInstanceState);
^
symbol: variable super
location: class GodotApp
5 errors

Task :compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileReleaseJavaWithJavac'.

Compilation failed; see the compiler error output for details.

  • 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 2m 32s
23 actionable tasks: 2 executed, 21 up-to-date