-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Description
Description
This started happening in my own project so I created a fresh one to try and figure out what was wrong when lone-behold the same problem happened. It must be my environment, right? I don't think so. I pushed to git and let my continuous deployment take a crack at it - 'failed' in the same way on a fresh runner.
It says 'build succeeded' what's going on?
I get numerous warnings during building about explicit dependencies not being defined and then a bunch of messages about gradle being unable to extract debug metadata.
The build still succeeds but upon installing that build on a device the react-native app crashes asking for me to run metro - in a release build?
Things I've tried
I've been troubleshooting this for 2 days straight, I've tried 2 different computers plus the runner, I've tried dual running gradlew, uninstalling and reinstalling, downgrading and fresh projects, I've tried creating a folder called 'assets' in the src/main/ folder, I've tried running npx react-native start
while building, I've tried gradlew clean, I've tried react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
to output a bundle separately and then build with gradlew assembleRelease -x bundleReleaseJsAndAssets
I've tried reinstalling Android Studio, I've tried git cloning react-native templates and manually installing dependencies, I've tried changing the min and target SDK levels, reinstalling my android SDK, updating my Java JDK, updating Gradle, updating node, I've tried doing a build and gradle clean in an admin command prompt and nothing I do works!
Version
0.66., 0.67. haven't tested with older versions
Output of npx react-native info
System:
OS: Windows 10 10.0.19043
CPU: (12) x64 AMD Ryzen 5 4600H with Radeon Graphics
Memory: 7.18 GB / 15.42 GB
Binaries:
Node: 16.13.2 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 8.1.2 - C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK:
Android NDK: 22.1.7171670
Windows SDK: Not Found
IDEs:
Android Studio: Not Found (I'm using Android Studio Bumblebee, not sure why it couldn't find it)
Visual Studio: 17.0.31808.319 (Visual Studio Community 2022)
Languages:
Java: 11.0.12
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.67.2 => 0.67.2
react-native-windows: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
npx react-native init AwesomeProject
then:
cd android && gradlew bundleRelease
Snack, code example, screenshot, or link to a repository
Full logs from gradlew bundleRelease
gradlew bundleRelease
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
> Task :app:bundleReleaseJsAndAssets
warning: the transform cache was reset.
Welcome to Metro!
Fast - Scalable - Integrated
info Writing bundle output to:, D:\Documents\GitHub\hi\AwesomeProject\android\app\build\generated\assets\react\release\index.android.bundle
info Writing sourcemap output to:, D:\Documents\GitHub\hi\AwesomeProject\android\app\build\generated\sourcemaps\react\release\index.android.bundle.map
info Done writing bundle output
info Done writing sourcemap output
info Copying 1 asset files
info Done copying assets
> Task :app:copyReleaseBundledJs
Execution optimizations have been disabled for task ':app:copyReleaseBundledJs' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates'. Reason: Task ':app:analyticsRecordingRelease' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :app:processReleaseMainManifest
Execution optimizations have been disabled for task ':app:processReleaseMainManifest' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\navigation_json\release\navigation.json'. Reason: Task ':app:processReleaseMainManifest' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[androidx.vectordrawable:vectordrawable-animated:1.0.0] C:\Users\OwenS\.gradle\caches\transforms-3\5232169e73d4423ea21d51876a2d84b1\transformed\vectordrawable-animated-1.0.0\AndroidManifest.xml Warning:
Package name 'androidx.vectordrawable' used in: androidx.vectordrawable:vectordrawable-animated:1.0.0, androidx.vectordrawable:vectordrawable:1.0.1.
> Task :app:processReleaseManifest
Execution optimizations have been disabled for task ':app:processReleaseManifest' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\compatible_screen_manifest\release'. Reason: Task ':app:processReleaseManifest' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_manifest\release\AndroidManifest.xml'. Reason: Task ':app:processReleaseManifest' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :app:processApplicationManifestReleaseForBundle
Execution optimizations have been disabled for task ':app:processApplicationManifestReleaseForBundle' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_manifests\release'. Reason: Task ':app:processApplicationManifestReleaseForBundle' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :app:configureReleaseDependencies
Execution optimizations have been disabled for task ':app:configureReleaseDependencies' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\metadata_library_dependencies_report\release\dependencies.pb'. Reason: Task ':app:configureReleaseDependencies' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :app:processReleaseManifestForPackage
Execution optimizations have been disabled for task ':app:processReleaseManifestForPackage' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_manifests\release'. Reason: Task ':app:processReleaseManifestForPackage' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :app:mergeExtDexRelease
Execution optimizations have been disabled for task ':app:mergeExtDexRelease' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\duplicate_classes_check\release'. Reason: Task ':app:mergeExtDexRelease' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\external_file_lib_dex_archives\release'. Reason: Task ':app:mergeExtDexRelease' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :app:mergeReleaseJavaResource
Execution optimizations have been disabled for task ':app:mergeReleaseJavaResource' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\java_res\release\out'. Reason: Task ':app:mergeReleaseJavaResource' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :app:mergeReleaseNativeLibs
Execution optimizations have been disabled for task ':app:mergeReleaseNativeLibs' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_jni_libs\release\out'. Reason: Task ':app:mergeReleaseNativeLibs' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :app:stripReleaseDebugSymbols
Execution optimizations have been disabled for task ':app:stripReleaseDebugSymbols' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out'. Reason: Task ':app:stripReleaseDebugSymbols' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Unable to strip the following libraries, packaging them as they are: libbetter.so, libc++_shared.so, libfabricjni.so, libfb.so, libfbjni.so, libfolly_futures.so, libfolly_json.so, libglog.so, libglog_init.so, libimagepipeline.so, libjsc.so, libjscexecutor.so, libjsi.so, libjsijniprofiler.so, libjsinspector.so, liblogger.so, libmapbufferjni.so, libnative-filters.so, libnative-imagetranscoder.so, libreact_codegen_rncore.so, libreact_debug.so, libreact_nativemodule_core.so, libreact_render_animations.so, libreact_render_attributedstring.so, libreact_render_componentregistry.so, libreact_render_core.so, libreact_render_debug.so, libreact_render_graphics.so, libreact_render_imagemanager.so, libreact_render_leakchecker.so, libreact_render_mapbuffer.so, libreact_render_mounting.so, libreact_render_runtimescheduler.so, libreact_render_scheduler.so, libreact_render_telemetry.so, libreact_render_templateprocessor.so, libreact_render_textlayoutmanager.so, libreact_render_uimanager.so, libreact_utils.so, libreactconfig.so, libreactnativeblob.so, libreactnativejni.so, libreactnativeutilsjni.so, libreactperfloggerjni.so, librrc_image.so, librrc_modal.so, librrc_progressbar.so, librrc_root.so, librrc_scrollview.so, librrc_slider.so, librrc_switch.so, librrc_text.so, librrc_textinput.so, librrc_unimplementedview.so, librrc_view.so, libturbomodulejsijni.so, libyoga.so.
> Task :app:extractReleaseNativeSymbolTables
Execution optimizations have been disabled for task ':app:extractReleaseNativeSymbolTables' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out'. Reason: Task ':app:extractReleaseNativeSymbolTables' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: 'D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\stripped_native_libs\release\out'. Reason: Task ':app:extractReleaseNativeSymbolTables' uses this output of task ':app:copyReleaseBundledJs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libbetter.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libc++_shared.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libfabricjni.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libfb.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libfbjni.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libfolly_futures.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libfolly_json.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libglog.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libglog_init.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libimagepipeline.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libjsc.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libjscexecutor.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libjsi.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libjsijniprofiler.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libjsinspector.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\liblogger.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libmapbufferjni.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libnative-filters.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libnative-imagetranscoder.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreactconfig.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreactnativeblob.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreactnativejni.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreactnativeutilsjni.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreactperfloggerjni.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_codegen_rncore.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_debug.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_nativemodule_core.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_animations.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_attributedstring.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_componentregistry.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_core.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_debug.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_graphics.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_imagemanager.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_leakchecker.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_mapbuffer.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_mounting.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_runtimescheduler.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_scheduler.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_telemetry.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_templateprocessor.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_textlayoutmanager.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_render_uimanager.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libreact_utils.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_image.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_modal.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_progressbar.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_root.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_scrollview.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_slider.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_switch.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_text.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_textinput.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_unimplementedview.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\librrc_view.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libturbomodulejsijni.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\arm64-v8a\libyoga.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libbetter.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libc++_shared.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libfabricjni.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libfb.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libfbjni.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libfolly_futures.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libfolly_json.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libglog.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libglog_init.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libimagepipeline.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libjsc.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libjscexecutor.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libjsi.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libjsijniprofiler.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libjsinspector.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\liblogger.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libmapbufferjni.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libnative-filters.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libnative-imagetranscoder.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreactconfig.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreactnativeblob.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreactnativejni.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreactnativeutilsjni.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreactperfloggerjni.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_codegen_rncore.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_debug.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_nativemodule_core.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_animations.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_attributedstring.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_componentregistry.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_core.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_debug.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_graphics.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_imagemanager.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_leakchecker.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_mapbuffer.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_mounting.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_runtimescheduler.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_scheduler.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_telemetry.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_templateprocessor.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_textlayoutmanager.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_render_uimanager.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libreact_utils.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_image.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_modal.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_progressbar.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_root.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_scrollview.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_slider.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_switch.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_text.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_textinput.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_unimplementedview.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\librrc_view.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libturbomodulejsijni.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\armeabi-v7a\libyoga.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libbetter.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libc++_shared.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libfabricjni.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libfb.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libfbjni.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libfolly_futures.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libfolly_json.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libglog.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libglog_init.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libimagepipeline.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libjsc.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libjscexecutor.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libjsi.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libjsijniprofiler.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libjsinspector.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\liblogger.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libmapbufferjni.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libnative-filters.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libnative-imagetranscoder.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreactconfig.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreactnativeblob.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreactnativejni.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreactnativeutilsjni.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreactperfloggerjni.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_codegen_rncore.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_debug.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_nativemodule_core.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_animations.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_attributedstring.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_componentregistry.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_core.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_debug.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_graphics.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_imagemanager.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_leakchecker.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_mapbuffer.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_mounting.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_runtimescheduler.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_scheduler.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_telemetry.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_templateprocessor.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_textlayoutmanager.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_render_uimanager.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libreact_utils.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_image.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_modal.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_progressbar.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_root.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_scrollview.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_slider.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_switch.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_text.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_textinput.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_unimplementedview.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\librrc_view.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libturbomodulejsijni.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86\libyoga.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libbetter.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libc++_shared.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libfabricjni.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libfb.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libfbjni.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libfolly_futures.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libfolly_json.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libglog.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libglog_init.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libimagepipeline.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libjsc.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libjscexecutor.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libjsi.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libjsijniprofiler.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libjsinspector.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\liblogger.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libmapbufferjni.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libnative-filters.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libnative-imagetranscoder.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreactconfig.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreactnativeblob.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreactnativejni.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreactnativeutilsjni.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreactperfloggerjni.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_codegen_rncore.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_debug.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_nativemodule_core.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_animations.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_attributedstring.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_componentregistry.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_core.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_debug.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_graphics.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_imagemanager.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_leakchecker.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_mapbuffer.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_mounting.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_runtimescheduler.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_scheduler.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_telemetry.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_templateprocessor.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_textlayoutmanager.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_render_uimanager.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libreact_utils.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_image.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_modal.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_progressbar.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_root.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_scrollview.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_slider.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_switch.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_text.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_textinput.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_unimplementedview.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\librrc_view.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libturbomodulejsijni.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from D:\Documents\GitHub\hi\AwesomeProject\android\app\build\intermediates\merged_native_libs\release\out\lib\x86_64\libyoga.so because unable to locate the objcopy executable for the x86_64 ABI.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 11 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD SUCCESSFUL in 3m 18s
40 actionable tasks: 40 executed