I can't custom build android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By tarikaydin16

I can’t get custom build for android with godot engine. The project gives the following error on the gradle screen. It also fails when I build with godot engine scons. Please help me :frowning:
gradle error
godot engine compie android error

I had similar issue… I had to fix visual studio(windowSdk was missing) & change java jdk from 13 to 8 version.
I had to make sure that visual studio has C++ option checked on install & to launch VS first project to install some stuff.

wyy2 | 2020-02-07 07:46

I can now build the godot engine 3.2 for android. But it still gives the same error in the custom build window. What is the solution to this error?

My editor settings:

My export settings

Custom build error

tarikaydin16 | 2020-02-15 14:43