2x slower android builds after upgrading to 0.76 #48316
Labels
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Platform: Android
Android applications.
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
Our Android builds are significantly slower after upgrading from
0.75.4
to0.76.5
A large amount of time is doing C work because of the new architecture. Is this expected?
2024-12-17T09:09:48.5675575Z [09:09:48]: ▸ [35m> Task :app:buildCMakeRelWithDebInfo[arm64-v8a][0m
4 minutes2024-12-17T09:14:01.6679960Z [09:14:01]: ▸ [35m> Task :app:buildCMakeRelWithDebInfo[armeabi-v7a][0m
2 minutes2024-12-17T09:17:40.9667954Z [09:17:40]: ▸ �[35m> Task :app:configureCMakeRelWithDebInfo[x86]�[0m
30 seconds2024-12-17T09:18:10.8667528Z [09:18:10]: ▸ [35m> Task :app:buildCMakeRelWithDebInfo[x86][0m
2 minutesaSteps to reproduce
./gradlew assembleRelease assembleDebug
on a react native without framework0.75.4
speeds to0.76.5
speedsReact Native Version
0.76.5
Affected Platforms
Runtime - Android
Areas
JSI - Javascript Interface, Codegen
Output of
npx react-native info
Reproducer
https://github.com/facebook/react-native
Screenshots and Videos
attached
The text was updated successfully, but these errors were encountered: