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
Hi all,
I just built a native C++ addon by NDK r16b, target arch is arm64,it seems that nodejs-mobile
doesn't exports symbols to the C++ module, dlopen() failed due to the symbol miss.
Any solution or workaround ?
Thanks.
Error: dlopen failed: cannot locate symbol "_ZNK2v85Value10Int32ValueEv" referenced by "/data/data/com.yourorg.sample/files/nodejs-project/node_modules/buffertools/build/Release/buffertools.node"...
at Object.Module._extensions..node (module.js:653:18)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/data/data/com.yourorg.sample/files/nodejs-project/node_modules/buffertools/buffertools.js:24:20)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
The text was updated successfully, but these errors were encountered:
Hi all,
I just built a native C++ addon by NDK r16b, target arch is arm64,it seems that nodejs-mobile
doesn't exports symbols to the C++ module, dlopen() failed due to the symbol miss.
Any solution or workaround ?
Thanks.
buffertools.tar.gz
05-16 11:27:02.812 28954-28984/com.yourorg.sample E/NODEJS-MOBILE: /data/data/com.yourorg.sample/files/nodejs-project/node_modules/buffertools/buffertools.js:26
if (e.code !== 'MODULE_NOT_FOUND') throw e;
^
The text was updated successfully, but these errors were encountered: