Open jasonz1987 opened 1 year ago
i used this plugin in my app ,it works fine.
but my apk size become more bigger.
i found the libnode.so is mostly 40M for each arch.
libnode.so
ll lib/arm64-v8a 39M libnode.so ll lib/x86_64 39M libnode.so ll lib/libnode.so 46M libnode.so
so, is there have some suggestions for this ? tks very much~
Not much can be done, this is one of the drawbacks of using nodejs-mobile in your app, but you can for instance make one APK per arch, bringing the size down to ~50MB for each APK.
i used this plugin in my app ,it works fine.
but my apk size become more bigger.
i found the
libnode.so
is mostly 40M for each arch.so, is there have some suggestions for this ? tks very much~