Hello, I am using zorin os and I have installed Felgo 4. Now I want to access Android services like making calls, sending/reading/editing sms, control the camera I mean everything from my application. So I need QtAndroidextras module to install into my system. How to do it manually? I have downloaded the file from qt 5.15. I have tried to add the include and src files into the project folder and add endroidextras into the .pro file but get this error message:
/media/hasibul/WD_BACKUP/PROJECTS/IDE/inLinux/Felgo4-6.4.1/Felgo/gcc_64/include/QtAndroidExtras/qandroidbinder.h:46: error: jni.h: No such file or directory
In file included from ../../../../IDE/inLinux/Felgo4-6.4.1/Felgo/gcc_64/include/QtAndroidExtras/QAndroidBinder:1,
from ../AndroidController/widget.h:5,
from ../AndroidController/main.cpp:1:
../../../../IDE/inLinux/Felgo4-6.4.1/Felgo/gcc_64/include/QtAndroidExtras/qandroidbinder.h:46:10: fatal error: jni.h: No such file or directory
46 | #include <jni.h>
| ^~~~~~~