Answers for "flutter unable to strip library due to missing strip tool for abi 'armeabi_v7a'. packaging it as is."

1

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.
Posted by: Guest on November-17-2020

Browse Popular Code Answers by Language