Skip to content
New issue

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

build in windows libcfc-cpp.so not found #35

Open
wdragondragon opened this issue Sep 19, 2024 · 3 comments
Open

build in windows libcfc-cpp.so not found #35

wdragondragon opened this issue Sep 19, 2024 · 3 comments

Comments

@wdragondragon
Copy link

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

@sz3
Copy link
Owner

sz3 commented Sep 19, 2024

You could try switching to this branch to see if it helps: https://github.com/sz3/cfc/tree/v061g

@wdragondragon
Copy link
Author

wdragondragon commented Sep 19, 2024

You could try switching to this branch to see if it helps: https://github.com/sz3/cfc/tree/v061g

He gave me a new problem, The compilation of gradle is correct

exception stack:

image

@sz3
Copy link
Owner

sz3 commented Sep 28, 2024

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?

Anyway, that C++ runtime needs to end up in the apk, or nothing will run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants