We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to compile it under the windows platform, and he appeared dlopen failed: library "libcfc-cpp.so" not found
work in cmake 3.16.3 ndk 22.1.7171670 build tool 33.0.3
The text was updated successfully, but these errors were encountered:
You could try switching to this branch to see if it helps: https://github.com/sz3/cfc/tree/v061g
Sorry, something went wrong.
He gave me a new problem, The compilation of gradle is correct
exception stack:
Circling back to this:
It looks like libc++_shared.so is missing. I'm not sure why that would be -- I think it should come with the android NDK, and get dumped into the apk?
libc++_shared.so
Anyway, that C++ runtime needs to end up in the apk, or nothing will run.
No branches or pull requests
I tried to compile it under the windows platform, and he appeared
dlopen failed: library "libcfc-cpp.so" not found
work in
cmake 3.16.3
ndk 22.1.7171670
build tool 33.0.3
The text was updated successfully, but these errors were encountered: