generate c++ bindings for android on linux

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

I am trying to compile c++ bindings for android from linux, and I did exactly as it is described in Godot Github page, yet I get some errors and they are all from cmath.h header which is in “ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1”. Does anyone know how should I solve this problem?