Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can't pass gradle build on Windows #3

Closed
zxcvbnm3057 opened this issue Apr 5, 2022 · 3 comments
Closed

Can't pass gradle build on Windows #3

zxcvbnm3057 opened this issue Apr 5, 2022 · 3 comments

Comments

@zxcvbnm3057
Copy link

I am using branch android-0.68.0-rc3 and modify react-native version to 0.68 stable only. When I try yarn run android, it return an error log like this.

Task :ReactAndroid:buildNdkBuildDebug
C/C++: make: *** Deleting file 'C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/obj/local/armeabi-v7a/libboost.a'
C/C++: C:/Users/Fengying/AppData/Local/Android/Sdk/ndk/21.4.7075529/build//../toolchains/llvm/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ar: C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/obj/local/armeabi-v7a/objs-debug/boost/C_/Users/Fengying/Desktop/RNNewArchitectureApp-run-android-0.68.0-rc3/node_modules/react-native/ReactAndroid/build/third-party-ndk/boost/asm/arm/ontop_arm_aapcs_elf_gas.o: No such file or directory
C/C++: make: *** [C:/Users/Fengying/AppData/Local/Android/Sdk/ndk/21.4.7075529/build//../build/core/build-binary.mk:600: C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/obj/local/armeabi-v7a/libboost.a] Error 1
C/C++: make: *** Waiting for unfinished jobs....

Task :ReactAndroid:buildNdkBuildDebug FAILED

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.3.3/userguide/command_line_interface.html#sec:command_line_warnings
25 actionable tasks: 15 executed, 10 up-to-date

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':ReactAndroid:buildNdkBuildDebug'.

Build command failed.
Error while executing process C:\Users\Fengying\AppData\Local\Android\Sdk\ndk\21.4.7075529\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\src\main\jni\react\jni\Android.mk APP_ABI=armeabi-v7a NDK_ALL_ABIS=armeabi-v7a NDK_DEBUG=1 APP_PLATFORM=android-21 NDK_OUT=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/obj NDK_LIBS_OUT=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/lib NDK_APPLICATION_MK=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid/src/main/jni/Application.mk THIRD_PARTY_NDK_DIR=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\third-party-ndk REACT_COMMON_DIR=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid/../ReactCommon REACT_GENERATED_SRC_DIR=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build/generated/source REACT_SRC_DIR=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid/src/main/java/com/facebook/react -j8 butter fabricjni fb folly_futures folly_json glog glog_init hermes-executor-debug hermes-executor-release jscexecutor jsi jsijniprofiler jsinspector logger mapbufferjni react_codegen_rncore react_config react_debug react_nativemodule_core react_render_animations react_render_attributedstring react_render_componentregistry react_render_core react_render_debug react_render_graphics react_render_imagemanager react_render_leakchecker react_render_mapbuffer react_render_mounting react_render_runtimescheduler react_render_scheduler react_render_telemetry react_render_templateprocessor react_render_textlayoutmanager react_render_uimanager react_utils reactnativeblob reactnativejni reactnativeutilsjni reactperfloggerjni rrc_image rrc_root rrc_text rrc_unimplementedview rrc_view runtimeexecutor turbomodulejsijni yoga}
[armeabi-v7a] Prebuilt : libc++_shared.so <= /sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/
[armeabi-v7a] Prebuilt : libfbjni.so <= C:/Users/Fengying/Desktop/RNNewArchitectureApp-run-android-0.68.0-rc3/node_modules/react-native/ReactAndroid/src/main/jni/first-party/fbjni/jni/armeabi-v7a/
[armeabi-v7a] Compile++ thumb: folly_json <= Assume.cpp
[armeabi-v7a] StaticLibrary : libcallinvoker.a
[armeabi-v7a] Compile++ thumb: folly_json <= ToAscii.cpp
[armeabi-v7a] SharedLibrary : libruntimeexecutor.so
[armeabi-v7a] Prebuilt : libhermes.so <= C:/Users/Fengying/Desktop/RNNewArchitectureApp-run-android-0.68.0-rc3/node_modules/react-native/ReactAndroid/build/third-party-ndk/hermes/jni/armeabi-v7a/
make: Nothing to be done for 'runtimeexecutor'.
[armeabi-v7a] Prebuilt : libjsc.so <= C:/Users/Fengying/Desktop/RNNewArchitectureApp-run-android-0.68.0-rc3/node_modules/react-native/ReactAndroid/build/third-party-ndk/jsc/jni/armeabi-v7a/
[armeabi-v7a] Compile++ thumb: folly_json <= ScopeGuard.cpp
[armeabi-v7a] Compile++ thumb: glog <= raw_logging.cc
[armeabi-v7a] Compile++ thumb: glog <= symbolize.cc
[armeabi-v7a] Compile++ thumb: glog <= signalhandler.cc
[armeabi-v7a] Compile++ thumb: glog <= utilities.cc
[armeabi-v7a] Compile++ thumb: glog <= vlog_is_on.cc
[armeabi-v7a] Compile++ thumb: glog <= demangle.cc
[armeabi-v7a] Compile++ thumb: glog <= logging.cc
[armeabi-v7a] Compile++ thumb: fabricjni <= ReactNativeConfigHolder.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= AsyncEventBeatV2.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= ComponentFactory.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= SurfaceHandlerBinding.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= JBackgroundExecutor.cpp
[armeabi-v7a] Compile++ thumb: fb <= assert.cpp
[armeabi-v7a] Compile++ thumb: fb <= log.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= FabricMountingManager.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= EventBeatManager.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= FabricMountItem.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= Binding.cpp
[armeabi-v7a] Compile++ thumb: mapbufferjni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ExceptionWrapper.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ExceptionString.cpp
[armeabi-v7a] Compile++ thumb: mapbufferjni <= ReadableMapBuffer.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= EventEmitterWrapper.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= StateWrapperImpl.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Executor.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= AsyncTrace.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Try.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= SharedMutex.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= AtFork.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Futex.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= MemoryIdler.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= StaticSingletonManager.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ThreadLocalDetail.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= SingletonStackTrace.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= CacheLocality.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Singleton.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Baton.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Fiber.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= GuardPageAllocator.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ExecutorWithPriority.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= InlineExecutor.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Core.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= FiberManager.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Future.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= QueuedImmediateExecutor.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= AsyncTimeout.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= EventBaseBackendBase.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= TimedDrivableExecutor.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ThreadWheelTimekeeper.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= EventBase.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= EventBaseLocal.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= EventHandler.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Exception.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= TimeoutManager.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= HHWheelTimer.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= SysMembarrier.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= WaitOptions.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= AsymmetricMemoryBarrier.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ParkingLot.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= VirtualEventBase.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ThreadId.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= MallctlHelper.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Sleeper.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Request.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Hazptr.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Pid.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ThreadName.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= MallocImpl.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= Unicode.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= Demangle.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= CoreComponentsRegistry.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= Conv.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= FileUtil.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= NetOps.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= CString.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= SpookyHashV2.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= String.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= SafeAssert.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= json_pointer.cpp
[armeabi-v7a] Compile thumb : boost <= ontop_arm_aapcs_elf_gas.S
[armeabi-v7a] Compile++ thumb: folly_json <= Format.cpp
[armeabi-v7a] Compile thumb : boost <= jump_arm_aapcs_elf_gas.S
[armeabi-v7a] Compile++ thumb: folly_json <= UniqueInstance.cpp
[armeabi-v7a] Compile thumb : boost <= make_arm_aapcs_elf_gas.S
[armeabi-v7a] Compile++ thumb: folly_json <= SysUio.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= F14Table.cpp
[armeabi-v7a] Compile++ thumb: double-conversion <= bignum.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= cached-powers.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= bignum-dtoa.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= diy-fp.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= double-conversion.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= fast-dtoa.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= fixed-dtoa.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= strtod.cc
[armeabi-v7a] Compile++ thumb: folly_json <= json.cpp
[armeabi-v7a] Compile thumb : event <= bufferevent_filter.c
[armeabi-v7a] Compile thumb : event <= bufferevent_pair.c
[armeabi-v7a] Compile thumb : event <= bufferevent.c
[armeabi-v7a] Compile++ thumb: folly_json <= dynamic.cpp
[armeabi-v7a] Compile thumb : event <= epoll.c
[armeabi-v7a] Compile thumb : event <= bufferevent_sock.c
[armeabi-v7a] Compile thumb : event <= bufferevent_ratelim.c
[armeabi-v7a] Compile thumb : event <= evmap.c
[armeabi-v7a] Compile thumb : event <= evthread.c
[armeabi-v7a] Compile thumb : event <= buffer.c
[armeabi-v7a] Compile thumb : event <= evthread_pthread.c
[armeabi-v7a] Compile thumb : event <= evutil_rand.c
[armeabi-v7a] Compile thumb : event <= event.c
[armeabi-v7a] Compile thumb : event <= evutil_time.c
[armeabi-v7a] Compile thumb : event <= listener.c
[armeabi-v7a] Compile thumb : event <= log.c
[armeabi-v7a] Compile thumb : event <= poll.c
[armeabi-v7a] Compile thumb : event <= strlcpy.c
[armeabi-v7a] Compile thumb : event <= evutil.c
[armeabi-v7a] Compile thumb : event <= signal.c
[armeabi-v7a] Compile thumb : event <= select.c
[armeabi-v7a] Compile++ thumb: react_debug <= react_native_assert.cpp
[armeabi-v7a] Compile++ thumb: yoga <= yogajni.cpp
[armeabi-v7a] Compile++ thumb: fmt <= format.cc
[armeabi-v7a] Compile++ thumb: react_utils <= RunLoopObserver.cpp
[armeabi-v7a] Compile++ thumb: react_config <= ReactNativeConfig.cpp
[armeabi-v7a] Compile++ thumb: yoga <= common.cpp
[armeabi-v7a] Compile++ thumb: glog_init <= glog_init.cpp
[armeabi-v7a] Compile++ thumb: yoga <= YogaJniException.cpp
[armeabi-v7a] Compile++ thumb: react_render_mapbuffer <= MapBuffer.cpp
[armeabi-v7a] Compile++ thumb: react_render_mapbuffer <= MapBufferBuilder.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGNodePrint.cpp
[armeabi-v7a] Compile++ thumb: yoga <= corefunctions.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGEnums.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGValue.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGStyle.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= log.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= Utils.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGConfig.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= event.cpp
[armeabi-v7a] Compile++ thumb: yoga <= YGJNIVanilla.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGLayout.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= experiments.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGNode.cpp
[armeabi-v7a] Compile++ thumb: jsi <= jsilib-windows.cpp
[armeabi-v7a] Compile++ thumb: jsi <= jsilib-posix.cpp
[armeabi-v7a] Compile++ thumb: react_render_componentregistry <= componentNameByReactViewName.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= Yoga.cpp
[armeabi-v7a] Compile++ thumb: jsi <= jsi.cpp
[armeabi-v7a] Compile++ thumb: react_render_animations <= utils.cpp
[armeabi-v7a] Compile++ thumb: react_render_animations <= LayoutAnimationDriver.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= LayoutMetrics.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNodeFamilyFragment.cpp
[armeabi-v7a] Compile++ thumb: jsi <= JSIDynamic.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventDispatcher.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawPropsParser.cpp
[armeabi-v7a] Compile++ thumb: react_render_componentregistry <= ComponentDescriptorRegistry.cpp
[armeabi-v7a] Compile++ thumb: react_render_componentregistry <= ComponentDescriptorProviderRegistry.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNodeTraits.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventTarget.cpp
[armeabi-v7a] Compile++ thumb: react_render_animations <= LayoutAnimationKeyFrameManager.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= Sealable.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= DynamicPropsUtilities.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= UnbatchedEventQueue.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= StateUpdate.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawPropsKeyMap.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawPropsKey.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNode.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawProps.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNodeFragment.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNodeFamily.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= State.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawEvent.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= LayoutConstraints.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= Props.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventBeat.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawValue.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= LayoutableShadowNode.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ComponentDescriptor.cpp
[armeabi-v7a] Compile++ thumb: react_render_debug <= DebugStringConvertibleItem.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventQueueProcessor.cpp
[armeabi-v7a] Compile++ thumb: react_render_graphics <= Color.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventEmitter.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventQueue.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= BatchedEventQueue.cpp
[armeabi-v7a] Compile++ thumb: react_render_debug <= DebugStringConvertible.cpp
[armeabi-v7a] Compile++ thumb: react_render_graphics <= Transform.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowTreeRevision.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= MountingTransaction.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= Differentiator.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= MountingTransactionMetadata.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= stubs.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= MountingCoordinator.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowTreeRegistry.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= StubView.cpp
[armeabi-v7a] Compile++ thumb: react_render_telemetry <= TransactionTelemetry.cpp
[armeabi-v7a] Compile++ thumb: react_render_telemetry <= SurfaceTelemetry.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowViewMutation.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowView.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= StubViewTree.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= TelemetryController.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= TouchEvent.cpp
[armeabi-v7a] Compile++ thumb: rrc_root <= RootProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_root <= RootShadowNode.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowTree.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= Touch.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= YogaStylableProps.cpp
[armeabi-v7a] Compile++ thumb: logger <= react_native_log.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= YogaLayoutableShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= AccessibilityProps.cpp
[armeabi-v7a] Compile++ thumb: react_render_uimanager <= bindingUtils.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= ViewEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= ViewShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= TouchEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= ViewProps.cpp
[armeabi-v7a] Compile++ thumb: react_render_runtimescheduler <= RuntimeSchedulerCallInvoker.cpp
[armeabi-v7a] Compile++ thumb: react_render_runtimescheduler <= RuntimeScheduler.cpp
[armeabi-v7a] Compile++ thumb: react_render_uimanager <= SurfaceRegistryBinding.cpp
[armeabi-v7a] Compile++ thumb: react_render_leakchecker <= WeakFamilyRegistry.cpp
[armeabi-v7a] Compile++ thumb: react_render_leakchecker <= LeakChecker.cpp
[armeabi-v7a] Compile++ thumb: react_render_runtimescheduler <= Task.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= SynchronousEventBeat.cpp
[armeabi-v7a] Compile++ thumb: react_render_uimanager <= UIManager.cpp
[armeabi-v7a] Compile++ thumb: react_render_runtimescheduler <= RuntimeSchedulerBinding.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= SchedulerToolbox.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= AsynchronousEventBeat.cpp
[armeabi-v7a] Compile++ thumb: react_render_uimanager <= UIManagerBinding.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= SurfaceHandler.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= SurfaceManager.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JSLogging.cpp
[armeabi-v7a] Compile++ thumb: rrc_unimplementedview <= UnimplementedViewShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_unimplementedview <= UnimplementedViewProps.cpp
[armeabi-v7a] Compile++ thumb: react_render_templateprocessor <= UITemplateProcessor.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JSLoader.cpp
[armeabi-v7a] Compile++ thumb: rrc_unimplementedview <= UnimplementedViewComponentDescriptor.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= Scheduler.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JReactMarker.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JInspector.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= MethodInvoker.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= NativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JMessageQueueThread.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= WritableNativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= NativeTime.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JavaModuleWrapper.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JRuntimeScheduler.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= WritableNativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JRuntimeExecutor.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= NativeCommon.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JReactSoftExceptionLogger.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JReactCxxErrorHandler.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JniJSModulesUnbundle.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= CxxModuleWrapper.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= ReadableNativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= ReadableNativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= ModuleRegistryBuilder.cpp
[armeabi-v7a] Compile++ thumb: reactperflogger <= BridgeNativeModulePerfLogger.cpp
[armeabi-v7a] Compile++ thumb: reactperfloggerjni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: jsinspector <= InspectorInterfaces.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= ReactMarker.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= NativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= JSBigString.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= JSBundleType.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= ProxyExecutor.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= JSIndexedRAMBundle.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= MethodCall.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= RAMBundleRegistry.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= Instance.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= ModuleRegistry.cpp
[armeabi-v7a] Compile++ thumb: callinvokerholder <= CallInvokerHolder.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= CatalystInstanceImpl.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= JSExecutor.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= NativeToJsBridge.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboModulePerfLogger.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboModuleUtils.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= CxxNativeModule.cpp
[armeabi-v7a] Compile++ thumb: react_codegen_rncore <= ShadowNodes.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboModuleBinding.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboModule.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= LongLivedObject.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JSLogging.cpp
[armeabi-v7a] Compile++ thumb: react_codegen_rncore <= EventEmitters.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= SampleCxxModule.cpp
[armeabi-v7a] Compile++ thumb: react_codegen_rncore <= Props.cpp
[armeabi-v7a] Compile++ thumb: react_codegen_rncore <= rncore-generated.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JSLoader.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboCxxModule.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= WritableNativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= NativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JInspector.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JReactMarker.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= MethodInvoker.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= JavaTurboModule.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JMessageQueueThread.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= NativeTime.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JavaModuleWrapper.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JRuntimeScheduler.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= NativeCommon.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JRuntimeExecutor.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= WritableNativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= ModuleRegistryBuilder.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JReactSoftExceptionLogger.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= ReadableNativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= CxxModuleWrapper.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= ReadableNativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JniJSModulesUnbundle.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JReactCxxErrorHandler.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= NativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= ProxyExecutor.cpp
[armeabi-v7a] Compile++ thumb: turbomodulejsijni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: react_render_attributedstring <= AttributedStringBox.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: react_render_attributedstring <= TextAttributes.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageResponse.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageResponseObserverCoordinator.cpp
[armeabi-v7a] Compile++ thumb: react_render_attributedstring <= ParagraphAttributes.cpp
[armeabi-v7a] Compile++ thumb: turbomodulejsijni <= TurboModuleManager.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageTelemetry.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= CatalystInstanceImpl.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageRequest.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageManager.cpp
[armeabi-v7a] Compile++ thumb: react_render_attributedstring <= AttributedString.cpp
[armeabi-v7a] Compile++ thumb: react_render_textlayoutmanager <= TextMeasureCache.cpp
[armeabi-v7a] Compile++ thumb: rrc_image <= ImageState.cpp
[armeabi-v7a] Compile++ thumb: rrc_image <= ImageEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_image <= ImageProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_image <= ImageShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= TextShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= BaseTextProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= ParagraphState.cpp
[armeabi-v7a] Compile++ thumb: react_render_textlayoutmanager <= TextLayoutManager.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= ParagraphProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= RawTextShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= TextProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= BaseTextShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= ParagraphShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= RawTextProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_slider <= SliderState.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= ParagraphEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_slider <= SliderMeasurementsManager.cpp
[armeabi-v7a] Compile++ thumb: rrc_slider <= SliderShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_progressbar <= AndroidProgressBarShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_modal <= ModalHostViewState.cpp
[armeabi-v7a] Compile++ thumb: rrc_switch <= AndroidSwitchShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_switch <= AndroidSwitchMeasurementsManager.cpp
[armeabi-v7a] Compile++ thumb: rrc_progressbar <= AndroidProgressBarMeasurementsManager.cpp
[armeabi-v7a] Compile++ thumb: rrc_modal <= ModalHostViewShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_scrollview <= ScrollViewEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_scrollview <= ScrollViewState.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-common-debug <= JSITracing.cpp
[armeabi-v7a] Compile++ thumb: rrc_scrollview <= ScrollViewProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_scrollview <= ScrollViewShadowNode.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-common-debug <= HermesExecutorFactory.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-debug <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: rrc_textinput <= AndroidTextInputProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_textinput <= AndroidTextInputState.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= RuntimeAdapter.cpp
[armeabi-v7a] Compile++ thumb: rrc_textinput <= AndroidTextInputShadowNode.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= CallbackOStream.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= SerialExecutor.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= Thread.cpp
[armeabi-v7a] Compile++ thumb: jsireact <= JSINativeModules.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= Registration.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= ConnectionDemux.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= InspectorState.cpp
[armeabi-v7a] Compile++ thumb: jsireact <= JSIExecutor.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= RemoteObjectsTable.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-common-release <= JSITracing.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= AutoAttachUtils.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= MessageConverters.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-common-release <= HermesExecutorFactory.cpp
[armeabi-v7a] Compile++ thumb: jscruntime <= JSCRuntime.cpp
[armeabi-v7a] Compile++ thumb: jsijniprofiler <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-release <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= MessageTypes.cpp
[armeabi-v7a] SharedLibrary : libglog.so
[armeabi-v7a] SharedLibrary : libfb.so
[armeabi-v7a] StaticLibrary : libboost.a
[armeabi-v7a] StaticLibrary : libfmt.a
[armeabi-v7a] Compile++ thumb: jscexecutor <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: jsijniprofiler <= HermesSamplingProfiler.cpp
[armeabi-v7a] Compile++ thumb: reactnativeblob <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: reactnativeblob <= BlobCollector.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= Inspector.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= Connection.cpp

make: *** Deleting file 'C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/obj/local/armeabi-v7a/libboost.a'
C:/Users/Fengying/AppData/Local/Android/Sdk/ndk/21.4.7075529/build//../toolchains/llvm/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ar: C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/obj/local/armeabi-v7a/objs-debug/boost/C_/Users/Fengying/Desktop/RNNewArchitectureApp-run-android-0.68.0-rc3/node_modules/react-native/ReactAndroid/build/third-party-ndk/boost/asm/arm/ontop_arm_aapcs_elf_gas.o: No such file or directory
make: *** [C:/Users/Fengying/AppData/Local/Android/Sdk/ndk/21.4.7075529/build//../build/core/build-binary.mk:600: C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/obj/local/armeabi-v7a/libboost.a] Error 1
make: *** Waiting for unfinished jobs....

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

BUILD FAILED in 4m 54s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':ReactAndroid:buildNdkBuildDebug'.

Build command failed.
Error while executing process C:\Users\Fengying\AppData\Local\Android\Sdk\ndk\21.4.7075529\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\src\main\jni\react\jni\Android.mk APP_ABI=armeabi-v7a NDK_ALL_ABIS=armeabi-v7a NDK_DEBUG=1 APP_PLATFORM=android-21 NDK_OUT=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/obj NDK_LIBS_OUT=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\intermediates\cxx\Debug\3o3l4z5f/lib NDK_APPLICATION_MK=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid/src/main/jni/Application.mk THIRD_PARTY_NDK_DIR=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build\third-party-ndk REACT_COMMON_DIR=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid/../ReactCommon REACT_GENERATED_SRC_DIR=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid\build/generated/source REACT_SRC_DIR=C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\react-native\ReactAndroid/src/main/java/com/facebook/react -j8 butter fabricjni fb folly_futures folly_json glog glog_init hermes-executor-debug hermes-executor-release jscexecutor jsi jsijniprofiler jsinspector logger mapbufferjni react_codegen_rncore react_config react_debug react_nativemodule_core react_render_animations react_render_attributedstring react_render_componentregistry react_render_core react_render_debug react_render_graphics react_render_imagemanager react_render_leakchecker react_render_mapbuffer react_render_mounting react_render_runtimescheduler react_render_scheduler react_render_telemetry react_render_templateprocessor react_render_textlayoutmanager react_render_uimanager react_utils reactnativeblob reactnativejni reactnativeutilsjni reactperfloggerjni rrc_image rrc_root rrc_text rrc_unimplementedview rrc_view runtimeexecutor turbomodulejsijni yoga}
[armeabi-v7a] Prebuilt : libc++_shared.so <= /sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/
[armeabi-v7a] Prebuilt : libfbjni.so <= C:/Users/Fengying/Desktop/RNNewArchitectureApp-run-android-0.68.0-rc3/node_modules/react-native/ReactAndroid/src/main/jni/first-party/fbjni/jni/armeabi-v7a/
[armeabi-v7a] Compile++ thumb: folly_json <= Assume.cpp
[armeabi-v7a] StaticLibrary : libcallinvoker.a
[armeabi-v7a] Compile++ thumb: folly_json <= ToAscii.cpp
[armeabi-v7a] SharedLibrary : libruntimeexecutor.so
[armeabi-v7a] Prebuilt : libhermes.so <= C:/Users/Fengying/Desktop/RNNewArchitectureApp-run-android-0.68.0-rc3/node_modules/react-native/ReactAndroid/build/third-party-ndk/hermes/jni/armeabi-v7a/
make: Nothing to be done for 'runtimeexecutor'.
[armeabi-v7a] Prebuilt : libjsc.so <= C:/Users/Fengying/Desktop/RNNewArchitectureApp-run-android-0.68.0-rc3/node_modules/react-native/ReactAndroid/build/third-party-ndk/jsc/jni/armeabi-v7a/
[armeabi-v7a] Compile++ thumb: folly_json <= ScopeGuard.cpp
[armeabi-v7a] Compile++ thumb: glog <= raw_logging.cc
[armeabi-v7a] Compile++ thumb: glog <= symbolize.cc
[armeabi-v7a] Compile++ thumb: glog <= signalhandler.cc
[armeabi-v7a] Compile++ thumb: glog <= utilities.cc
[armeabi-v7a] Compile++ thumb: glog <= vlog_is_on.cc
[armeabi-v7a] Compile++ thumb: glog <= demangle.cc
[armeabi-v7a] Compile++ thumb: glog <= logging.cc
[armeabi-v7a] Compile++ thumb: fabricjni <= ReactNativeConfigHolder.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= AsyncEventBeatV2.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= ComponentFactory.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= SurfaceHandlerBinding.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= JBackgroundExecutor.cpp
[armeabi-v7a] Compile++ thumb: fb <= assert.cpp
[armeabi-v7a] Compile++ thumb: fb <= log.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= FabricMountingManager.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= EventBeatManager.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= FabricMountItem.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= Binding.cpp
[armeabi-v7a] Compile++ thumb: mapbufferjni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ExceptionWrapper.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ExceptionString.cpp
[armeabi-v7a] Compile++ thumb: mapbufferjni <= ReadableMapBuffer.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= EventEmitterWrapper.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= StateWrapperImpl.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Executor.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= AsyncTrace.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Try.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= SharedMutex.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= AtFork.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Futex.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= MemoryIdler.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= StaticSingletonManager.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ThreadLocalDetail.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= SingletonStackTrace.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= CacheLocality.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Singleton.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Baton.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Fiber.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= GuardPageAllocator.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ExecutorWithPriority.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= InlineExecutor.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Core.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= FiberManager.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Future.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= QueuedImmediateExecutor.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= AsyncTimeout.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= EventBaseBackendBase.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= TimedDrivableExecutor.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ThreadWheelTimekeeper.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= EventBase.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= EventBaseLocal.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= EventHandler.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Exception.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= TimeoutManager.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= HHWheelTimer.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= SysMembarrier.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= WaitOptions.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= AsymmetricMemoryBarrier.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ParkingLot.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= VirtualEventBase.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ThreadId.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= MallctlHelper.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Sleeper.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Request.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Hazptr.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= Pid.cpp
[armeabi-v7a] Compile++ thumb: folly_futures <= ThreadName.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= MallocImpl.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= Unicode.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= Demangle.cpp
[armeabi-v7a] Compile++ thumb: fabricjni <= CoreComponentsRegistry.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= Conv.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= FileUtil.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= NetOps.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= CString.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= SpookyHashV2.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= String.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= SafeAssert.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= json_pointer.cpp
[armeabi-v7a] Compile thumb : boost <= ontop_arm_aapcs_elf_gas.S
[armeabi-v7a] Compile++ thumb: folly_json <= Format.cpp
[armeabi-v7a] Compile thumb : boost <= jump_arm_aapcs_elf_gas.S
[armeabi-v7a] Compile++ thumb: folly_json <= UniqueInstance.cpp
[armeabi-v7a] Compile thumb : boost <= make_arm_aapcs_elf_gas.S
[armeabi-v7a] Compile++ thumb: folly_json <= SysUio.cpp
[armeabi-v7a] Compile++ thumb: folly_json <= F14Table.cpp
[armeabi-v7a] Compile++ thumb: double-conversion <= bignum.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= cached-powers.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= bignum-dtoa.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= diy-fp.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= double-conversion.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= fast-dtoa.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= fixed-dtoa.cc
[armeabi-v7a] Compile++ thumb: double-conversion <= strtod.cc
[armeabi-v7a] Compile++ thumb: folly_json <= json.cpp
[armeabi-v7a] Compile thumb : event <= bufferevent_filter.c
[armeabi-v7a] Compile thumb : event <= bufferevent_pair.c
[armeabi-v7a] Compile thumb : event <= bufferevent.c
[armeabi-v7a] Compile++ thumb: folly_json <= dynamic.cpp
[armeabi-v7a] Compile thumb : event <= epoll.c
[armeabi-v7a] Compile thumb : event <= bufferevent_sock.c
[armeabi-v7a] Compile thumb : event <= bufferevent_ratelim.c
[armeabi-v7a] Compile thumb : event <= evmap.c
[armeabi-v7a] Compile thumb : event <= evthread.c
[armeabi-v7a] Compile thumb : event <= buffer.c
[armeabi-v7a] Compile thumb : event <= evthread_pthread.c
[armeabi-v7a] Compile thumb : event <= evutil_rand.c
[armeabi-v7a] Compile thumb : event <= event.c
[armeabi-v7a] Compile thumb : event <= evutil_time.c
[armeabi-v7a] Compile thumb : event <= listener.c
[armeabi-v7a] Compile thumb : event <= log.c
[armeabi-v7a] Compile thumb : event <= poll.c
[armeabi-v7a] Compile thumb : event <= strlcpy.c
[armeabi-v7a] Compile thumb : event <= evutil.c
[armeabi-v7a] Compile thumb : event <= signal.c
[armeabi-v7a] Compile thumb : event <= select.c
[armeabi-v7a] Compile++ thumb: react_debug <= react_native_assert.cpp
[armeabi-v7a] Compile++ thumb: yoga <= yogajni.cpp
[armeabi-v7a] Compile++ thumb: fmt <= format.cc
[armeabi-v7a] Compile++ thumb: react_utils <= RunLoopObserver.cpp
[armeabi-v7a] Compile++ thumb: react_config <= ReactNativeConfig.cpp
[armeabi-v7a] Compile++ thumb: yoga <= common.cpp
[armeabi-v7a] Compile++ thumb: glog_init <= glog_init.cpp
[armeabi-v7a] Compile++ thumb: yoga <= YogaJniException.cpp
[armeabi-v7a] Compile++ thumb: react_render_mapbuffer <= MapBuffer.cpp
[armeabi-v7a] Compile++ thumb: react_render_mapbuffer <= MapBufferBuilder.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGNodePrint.cpp
[armeabi-v7a] Compile++ thumb: yoga <= corefunctions.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGEnums.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGValue.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGStyle.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= log.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= Utils.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGConfig.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= event.cpp
[armeabi-v7a] Compile++ thumb: yoga <= YGJNIVanilla.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGLayout.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= experiments.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= YGNode.cpp
[armeabi-v7a] Compile++ thumb: jsi <= jsilib-windows.cpp
[armeabi-v7a] Compile++ thumb: jsi <= jsilib-posix.cpp
[armeabi-v7a] Compile++ thumb: react_render_componentregistry <= componentNameByReactViewName.cpp
[armeabi-v7a] Compile++ thumb: yogacore <= Yoga.cpp
[armeabi-v7a] Compile++ thumb: jsi <= jsi.cpp
[armeabi-v7a] Compile++ thumb: react_render_animations <= utils.cpp
[armeabi-v7a] Compile++ thumb: react_render_animations <= LayoutAnimationDriver.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= LayoutMetrics.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNodeFamilyFragment.cpp
[armeabi-v7a] Compile++ thumb: jsi <= JSIDynamic.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventDispatcher.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawPropsParser.cpp
[armeabi-v7a] Compile++ thumb: react_render_componentregistry <= ComponentDescriptorRegistry.cpp
[armeabi-v7a] Compile++ thumb: react_render_componentregistry <= ComponentDescriptorProviderRegistry.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNodeTraits.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventTarget.cpp
[armeabi-v7a] Compile++ thumb: react_render_animations <= LayoutAnimationKeyFrameManager.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= Sealable.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= DynamicPropsUtilities.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= UnbatchedEventQueue.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= StateUpdate.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawPropsKeyMap.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawPropsKey.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNode.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawProps.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNodeFragment.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ShadowNodeFamily.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= State.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawEvent.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= LayoutConstraints.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= Props.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventBeat.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= RawValue.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= LayoutableShadowNode.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= ComponentDescriptor.cpp
[armeabi-v7a] Compile++ thumb: react_render_debug <= DebugStringConvertibleItem.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventQueueProcessor.cpp
[armeabi-v7a] Compile++ thumb: react_render_graphics <= Color.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventEmitter.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= EventQueue.cpp
[armeabi-v7a] Compile++ thumb: react_render_core <= BatchedEventQueue.cpp
[armeabi-v7a] Compile++ thumb: react_render_debug <= DebugStringConvertible.cpp
[armeabi-v7a] Compile++ thumb: react_render_graphics <= Transform.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowTreeRevision.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= MountingTransaction.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= Differentiator.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= MountingTransactionMetadata.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= stubs.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= MountingCoordinator.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowTreeRegistry.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= StubView.cpp
[armeabi-v7a] Compile++ thumb: react_render_telemetry <= TransactionTelemetry.cpp
[armeabi-v7a] Compile++ thumb: react_render_telemetry <= SurfaceTelemetry.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowViewMutation.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowView.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= StubViewTree.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= TelemetryController.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= TouchEvent.cpp
[armeabi-v7a] Compile++ thumb: rrc_root <= RootProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_root <= RootShadowNode.cpp
[armeabi-v7a] Compile++ thumb: react_render_mounting <= ShadowTree.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= Touch.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= YogaStylableProps.cpp
[armeabi-v7a] Compile++ thumb: logger <= react_native_log.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= YogaLayoutableShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= AccessibilityProps.cpp
[armeabi-v7a] Compile++ thumb: react_render_uimanager <= bindingUtils.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= ViewEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= ViewShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= TouchEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_view <= ViewProps.cpp
[armeabi-v7a] Compile++ thumb: react_render_runtimescheduler <= RuntimeSchedulerCallInvoker.cpp
[armeabi-v7a] Compile++ thumb: react_render_runtimescheduler <= RuntimeScheduler.cpp
[armeabi-v7a] Compile++ thumb: react_render_uimanager <= SurfaceRegistryBinding.cpp
[armeabi-v7a] Compile++ thumb: react_render_leakchecker <= WeakFamilyRegistry.cpp
[armeabi-v7a] Compile++ thumb: react_render_leakchecker <= LeakChecker.cpp
[armeabi-v7a] Compile++ thumb: react_render_runtimescheduler <= Task.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= SynchronousEventBeat.cpp
[armeabi-v7a] Compile++ thumb: react_render_uimanager <= UIManager.cpp
[armeabi-v7a] Compile++ thumb: react_render_runtimescheduler <= RuntimeSchedulerBinding.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= SchedulerToolbox.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= AsynchronousEventBeat.cpp
[armeabi-v7a] Compile++ thumb: react_render_uimanager <= UIManagerBinding.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= SurfaceHandler.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= SurfaceManager.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JSLogging.cpp
[armeabi-v7a] Compile++ thumb: rrc_unimplementedview <= UnimplementedViewShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_unimplementedview <= UnimplementedViewProps.cpp
[armeabi-v7a] Compile++ thumb: react_render_templateprocessor <= UITemplateProcessor.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JSLoader.cpp
[armeabi-v7a] Compile++ thumb: rrc_unimplementedview <= UnimplementedViewComponentDescriptor.cpp
[armeabi-v7a] Compile++ thumb: react_render_scheduler <= Scheduler.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JReactMarker.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JInspector.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= MethodInvoker.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= NativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JMessageQueueThread.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= WritableNativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= NativeTime.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JavaModuleWrapper.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JRuntimeScheduler.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= WritableNativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JRuntimeExecutor.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= NativeCommon.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JReactSoftExceptionLogger.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JReactCxxErrorHandler.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= JniJSModulesUnbundle.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= CxxModuleWrapper.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= ReadableNativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= ReadableNativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= ModuleRegistryBuilder.cpp
[armeabi-v7a] Compile++ thumb: reactperflogger <= BridgeNativeModulePerfLogger.cpp
[armeabi-v7a] Compile++ thumb: reactperfloggerjni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: jsinspector <= InspectorInterfaces.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= ReactMarker.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= NativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= JSBigString.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= JSBundleType.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= ProxyExecutor.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= JSIndexedRAMBundle.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= MethodCall.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= RAMBundleRegistry.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= Instance.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= ModuleRegistry.cpp
[armeabi-v7a] Compile++ thumb: callinvokerholder <= CallInvokerHolder.cpp
[armeabi-v7a] Compile++ thumb: reactnativeutilsjni <= CatalystInstanceImpl.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= JSExecutor.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= NativeToJsBridge.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboModulePerfLogger.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboModuleUtils.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= CxxNativeModule.cpp
[armeabi-v7a] Compile++ thumb: react_codegen_rncore <= ShadowNodes.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboModuleBinding.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboModule.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= LongLivedObject.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JSLogging.cpp
[armeabi-v7a] Compile++ thumb: react_codegen_rncore <= EventEmitters.cpp
[armeabi-v7a] Compile++ thumb: reactnative <= SampleCxxModule.cpp
[armeabi-v7a] Compile++ thumb: react_codegen_rncore <= Props.cpp
[armeabi-v7a] Compile++ thumb: react_codegen_rncore <= rncore-generated.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JSLoader.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= TurboCxxModule.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= WritableNativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= NativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JInspector.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JReactMarker.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= MethodInvoker.cpp
[armeabi-v7a] Compile++ thumb: react_nativemodule_core <= JavaTurboModule.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JMessageQueueThread.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= NativeTime.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JavaModuleWrapper.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JRuntimeScheduler.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= NativeCommon.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JRuntimeExecutor.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= WritableNativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= ModuleRegistryBuilder.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JReactSoftExceptionLogger.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= ReadableNativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= CxxModuleWrapper.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= ReadableNativeArray.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JniJSModulesUnbundle.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= JReactCxxErrorHandler.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= NativeMap.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= ProxyExecutor.cpp
[armeabi-v7a] Compile++ thumb: turbomodulejsijni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: react_render_attributedstring <= AttributedStringBox.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: react_render_attributedstring <= TextAttributes.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageResponse.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageResponseObserverCoordinator.cpp
[armeabi-v7a] Compile++ thumb: react_render_attributedstring <= ParagraphAttributes.cpp
[armeabi-v7a] Compile++ thumb: turbomodulejsijni <= TurboModuleManager.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageTelemetry.cpp
[armeabi-v7a] Compile++ thumb: reactnativejni <= CatalystInstanceImpl.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageRequest.cpp
[armeabi-v7a] Compile++ thumb: react_render_imagemanager <= ImageManager.cpp
[armeabi-v7a] Compile++ thumb: react_render_attributedstring <= AttributedString.cpp
[armeabi-v7a] Compile++ thumb: react_render_textlayoutmanager <= TextMeasureCache.cpp
[armeabi-v7a] Compile++ thumb: rrc_image <= ImageState.cpp
[armeabi-v7a] Compile++ thumb: rrc_image <= ImageEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_image <= ImageProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_image <= ImageShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= TextShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= BaseTextProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= ParagraphState.cpp
[armeabi-v7a] Compile++ thumb: react_render_textlayoutmanager <= TextLayoutManager.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= ParagraphProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= RawTextShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= TextProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= BaseTextShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= ParagraphShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= RawTextProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_slider <= SliderState.cpp
[armeabi-v7a] Compile++ thumb: rrc_text <= ParagraphEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_slider <= SliderMeasurementsManager.cpp
[armeabi-v7a] Compile++ thumb: rrc_slider <= SliderShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_progressbar <= AndroidProgressBarShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_modal <= ModalHostViewState.cpp
[armeabi-v7a] Compile++ thumb: rrc_switch <= AndroidSwitchShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_switch <= AndroidSwitchMeasurementsManager.cpp
[armeabi-v7a] Compile++ thumb: rrc_progressbar <= AndroidProgressBarMeasurementsManager.cpp
[armeabi-v7a] Compile++ thumb: rrc_modal <= ModalHostViewShadowNode.cpp
[armeabi-v7a] Compile++ thumb: rrc_scrollview <= ScrollViewEventEmitter.cpp
[armeabi-v7a] Compile++ thumb: rrc_scrollview <= ScrollViewState.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-common-debug <= JSITracing.cpp
[armeabi-v7a] Compile++ thumb: rrc_scrollview <= ScrollViewProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_scrollview <= ScrollViewShadowNode.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-common-debug <= HermesExecutorFactory.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-debug <= OnLoad.cpp
[armeabi-v7a] Compile++ thumb: rrc_textinput <= AndroidTextInputProps.cpp
[armeabi-v7a] Compile++ thumb: rrc_textinput <= AndroidTextInputState.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= RuntimeAdapter.cpp
[armeabi-v7a] Compile++ thumb: rrc_textinput <= AndroidTextInputShadowNode.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= CallbackOStream.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= SerialExecutor.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= Thread.cpp
[armeabi-v7a] Compile++ thumb: jsireact <= JSINativeModules.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= Registration.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= ConnectionDemux.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= InspectorState.cpp
[armeabi-v7a] Compile++ thumb: jsireact <= JSIExecutor.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= RemoteObjectsTable.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-common-release <= JSITracing.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= AutoAttachUtils.cpp
[armeabi-v7a] Compile++ thumb: hermes-inspector <= MessageConverters.cpp
[armeabi-v7a] Compile++ thumb: hermes-executor-common-release <= HermesExecutorFactory.cpp
[armeabi-v7a] Compile++ thumb: jscruntime <= JSCRuntime.cpp

BUILD FAILED in 4m 54s

at makeError (C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\execa\index.js:174:9)
at C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\execa\index.js:278:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async runOnAllDevices (C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:109:5)
at async Command.handleAction (C:\Users\Fengying\Desktop\RNNewArchitectureApp-run-android-0.68.0-rc3\node_modules\@react-native-community\cli\build\index.js:192:9)

info Run CLI with --verbose flag for more details.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@zxcvbnm3057
Copy link
Author

Any help?

@kelset
Copy link
Member

kelset commented Apr 5, 2022

the issue has already been reported here facebook/react-native#33528 so I'm not sure this repo is the right place to report.

@zxcvbnm3057
Copy link
Author

Yeah, sorry for that. I report it duplicate cause dont know how to solve it.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants