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
If the project builds libprojectM properly then, it may work. Setting the include directories can be challenging.
I'd still recommend building it separately with the proper Android NDK for your target platform, then point CMAKE_PREFIX_PATH to the install dir and use CMake's find_package(libprojectM) command to integrate it into you project.
Can´t get it work on 64bit. Building the library without error and installed it successfully on device, but get error when opening the app.
I edit
./configure-ndk
like suggestedhttps://developer.android.com/ndk/guides/other_build_systems
Add the library to my project edited CMakelists and build.gradle to arm64-8va. I can install the app but running into error
dlopen: library not found
What i am doing wrong? Hope there is somebody know how to get it work.
Thanks
The text was updated successfully, but these errors were encountered: