Unable to strip library 'C:\Users\14252\Desktop\outer-mobile-poc\android\app\build\intermediates\merged_native_libs\debug\out\lib\x86_64\libreactnativeblob.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. code example
Example: unable to strip library due to missing strip tool for ABI
Installing the "NDK (Side by side)" tool from
Android Studio -> Tools -> SDK Manager -> SDK Tools
takes care of this warning and also reduces the built APK size,
especially for React Native projects.