-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
Thanks so much for this tutorial! I'm currently trying to build my Android project after creating my native code library (I named mine mace_engine.cpp instead of your native-lib.cpp) and configuring CMake. Everything seems to build, but I'm getting
../../../../src/main/cpp/mace_engine.cpp:111: error: undefined reference to 'mace::MaceEngineConfig::~MaceEngineConfig()' (111 is where the loadModel() function ends) when I try to run a build in Android Studio. It seems to find an issue destructing the instance of MaceEngineConfig that we create. I noticed that this destructor was set to default in libmace/mace.cc. Any ideas?
Thanks a lot.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels