You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i give this command: python3 Dev/Cpp/build.py platform=android
i am getting this error : ```
godot-cpp/godot-headers/android/godot_android.h:37:10: fatal error:
'jni.h' file not found
#include <jni.h>
my system information:
os: manjaro linux
java : openjdk 16.0.2
cmake version : 3.21.2
I added java to path.
Thanks in advance for your interest.
The text was updated successfully, but these errors were encountered:
@ueshita yes, I mentioned that I added java to the path. echo $JAVA_HOME
output of this command: /usr/lib/jvm/java-16-openjdk/
my jni.h file's path is: /usr/lib/jvm/java-16-openjdk/include/jni.h
when i give this command:
python3 Dev/Cpp/build.py platform=android
i am getting this error : ```
godot-cpp/godot-headers/android/godot_android.h:37:10: fatal error:
'jni.h' file not found
#include <jni.h>
The text was updated successfully, but these errors were encountered: