If I try to build godot with an andorid module I receive the title error or better the following one:
'SConsEnvironment' object has no attribute android_add_java_dir
I set my system variables as:
ANDROID_NDK_HOME ---> C:\android-ndk-r19c
ANDROID_NDK_ROOT ---> C:\android-ndk-r19c
ANDROID_HOME ---> C:\Users\V\AppData\Local\Android\Sdk
But Scons is like is not able to find android what I'm doing wrong?
I'm able to correctly build android without any module