cfc icon indicating copy to clipboard operation
cfc copied to clipboard

build in windows libcfc-cpp.so not found

Open wdragondragon opened this issue 1 year ago • 3 comments

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

wdragondragon avatar Sep 19 '24 03:09 wdragondragon

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

sz3 avatar Sep 19 '24 03:09 sz3

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

wdragondragon avatar Sep 19 '24 06:09 wdragondragon

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.

sz3 avatar Sep 28 '24 13:09 sz3