Hello I just encountered this after having reinstalled my system on macOS,
installing recent NDK via Android Studio:

Starting a Gradle Daemon (subsequent builds will be faster)

*> Task :app:stripDebugDebugSymbols* FAILED


FAILURE: Build failed with an exception.


* What went wrong:

Execution failed for task ':app:stripDebugDebugSymbols'.

> No version of NDK matched the requested version 21.0.6113669. Versions
available locally: 22.1.7171670

already found a couple of resources:

   -
   
https://stackoverflow.com/questions/60404457/no-version-of-ndk-matched-the-requested-version
   - https://www.programmersought.com/article/38846032343/

I hope we can find a better solution. Here is what I get from React Native,
for example:

*> Task :app:stripDebugDebugSymbols*

Unable to strip the following libraries, packaging them as they are:
libc++_shared.so, libevent-2.1.so, libevent_core-2.1.so,
libevent_extra-2.1.so, libfb.so, libfbjni.so, libflipper.so,
libfolly_futures.so, libfolly_json.so, libglog.so, libglog_init.so,
libhermes-executor-common-debug.so, libhermes-executor-common-release.so,
libhermes-executor-debug.so, libhermes-executor-release.so,
libhermes-inspector.so, libimagepipeline.so, libjsc.so, libjscexecutor.so,
libjsijniprofiler.so, libjsinspector.so, libnative-filters.so,
libnative-imagetranscoder.so, libreact_codegen_reactandroidspec.so,
libreact_nativemodule_core.so, libreactnativeblob.so, libreactnativejni.so,
libreactnativeutilsjni.so, libreactperfloggerjni.so,
libturbomodulejsijni.so, libyoga.so.

Reply via email to