I downloaded the Artoolkit SDK in https://github.com/artoolkit/artoolkit5 And there is a directory called AndroidStudioProjects, which can be directly opened by using android studio.
I have configured all the jdk, android sdk, ndk.
However, those projects all have the error like this:
E/art: dlopen("/data/app/org.artoolkit.ar.samples.ARMovie-1/lib/arm/libARMovieNative.so", RTLD_LAZY) failed: dlopen failed: could not load library "libcurl.so" needed by "libARMovieNative.so"; caused by library "libcurl.so" not found
The main problem is could not load library "libcurl.so" needed by "libARMovieNative.so".
Can anyone help me please?