-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android build hangs/stuck after upgrading to expo 51 #2618
Comments
Have you fixed this? @nitinpatelm |
no am not able to fix it @janmallari |
@nitinpatelm what's the output of the expo-doctor for your project? |
I'm facing the same issue for 2-3 days, |
same here |
After running
|
i am getting the same issue after upgrading to expo 51. Any update? |
Similar issue with
Using openjdk 17. Edit - it was an issue with one of the dependencies nativewind 4 |
Tracking issue here: nativewind/nativewind#1139 |
How did you figure it out, so I know how to deal with future issues like this? |
Removed dependencies one by one to see if build works. I don't know if there's better way. |
I have nativewind 4 in my project. How did you fix it? |
@margretheluth see this. You might need to switch between different minor versions. |
I am having the same issue with Expo 52 on iOS |
Same issue with Expo 52, happens for android build only tho using nativewind v4 |
After fully removing nativewind from the project, the build worked. I installed nativewind version 4.0.1., reinstall node_modules, prebuild expo and it worked. |
Build/Submit details page URL
none
Summary
[RUN_GRADLEW] > Configure project :expo
[RUN_GRADLEW] Using expo modules
[RUN_GRADLEW] - expo-application (5.9.1)
[RUN_GRADLEW] - expo-asset (10.0.10)
[RUN_GRADLEW] - expo-av (14.0.7)
[RUN_GRADLEW] - expo-background-fetch (12.0.1)
[RUN_GRADLEW] - expo-constants (16.0.2)
[RUN_GRADLEW] - expo-file-system (17.0.1)
[RUN_GRADLEW] - expo-font (12.0.10)
[RUN_GRADLEW] - expo-haptics (13.0.1)
[RUN_GRADLEW] - expo-image-loader (4.7.0)
[RUN_GRADLEW] - expo-image-picker (15.0.7)
[RUN_GRADLEW] - expo-keep-awake (13.0.2)
[RUN_GRADLEW] - expo-location (17.0.1)
[RUN_GRADLEW] - expo-media-library (16.0.5)
[RUN_GRADLEW] - expo-modules-core (1.12.25)
[RUN_GRADLEW] - expo-notifications (0.28.18)
[RUN_GRADLEW] - expo-secure-store (13.0.2)
[RUN_GRADLEW] - expo-splash-screen (0.27.6)
[RUN_GRADLEW] - expo-system-ui (3.0.7)
[RUN_GRADLEW] - expo-task-manager (11.8.2)
[RUN_GRADLEW] - expo-web-browser (13.0.3)
[RUN_GRADLEW] - unimodules-app-loader (4.6.0)
[RUN_GRADLEW] > Configure project :react-native-reanimated
[RUN_GRADLEW] Android gradle plugin: 8.2.1
[RUN_GRADLEW] Gradle: 8.8
[RUN_GRADLEW] > Task :app:createBundleReleaseJsAndAssets
[RUN_GRADLEW] (node:87067) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.[RUN_GRADLEW] (Use
node --trace-deprecation ...
to show where the warning was created)[RUN_GRADLEW] Starting Metro Bundler
[RUN_GRADLEW] warning: Bundler cache is empty, rebuilding (this may take a minute)
[RUN_GRADLEW] Android Bundled 22859ms node_modules/expo-router/entry.js (3801 modules)
[RUN_GRADLEW] Writing bundle output to: /private/var/folders/57/5v6md6zs0cnctkt9_s559f5w0000gn/T/eas-build-local-nodejs/acd396c1-aaec-4475-99a2-55c8c9f44129/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle
[RUN_GRADLEW] Writing sourcemap output to: /private/var/folders/57/5v6md6zs0cnctkt9_s559f5w0000gn/T/eas-build-local-nodejs/acd396c1-aaec-4475-99a2-55c8c9f44129/build/android/app/build/intermediates/sourcemaps/react/release/index.android.bundle.packager.map
[RUN_GRADLEW] Copying 57 asset files
[RUN_GRADLEW] Done writing bundle output
[RUN_GRADLEW] Done writing sourcemap output
Managed or bare?
managed
Environment
Stuck at this point no further processing is happening.
Error output
[RUN_GRADLEW] > Configure project :expo
[RUN_GRADLEW] Using expo modules
[RUN_GRADLEW] - expo-application (5.9.1)
[RUN_GRADLEW] - expo-asset (10.0.10)
[RUN_GRADLEW] - expo-av (14.0.7)
[RUN_GRADLEW] - expo-background-fetch (12.0.1)
[RUN_GRADLEW] - expo-constants (16.0.2)
[RUN_GRADLEW] - expo-file-system (17.0.1)
[RUN_GRADLEW] - expo-font (12.0.10)
[RUN_GRADLEW] - expo-haptics (13.0.1)
[RUN_GRADLEW] - expo-image-loader (4.7.0)
[RUN_GRADLEW] - expo-image-picker (15.0.7)
[RUN_GRADLEW] - expo-keep-awake (13.0.2)
[RUN_GRADLEW] - expo-location (17.0.1)
[RUN_GRADLEW] - expo-media-library (16.0.5)
[RUN_GRADLEW] - expo-modules-core (1.12.25)
[RUN_GRADLEW] - expo-notifications (0.28.18)
[RUN_GRADLEW] - expo-secure-store (13.0.2)
[RUN_GRADLEW] - expo-splash-screen (0.27.6)
[RUN_GRADLEW] - expo-system-ui (3.0.7)
[RUN_GRADLEW] - expo-task-manager (11.8.2)
[RUN_GRADLEW] - expo-web-browser (13.0.3)
[RUN_GRADLEW] - unimodules-app-loader (4.6.0)
[RUN_GRADLEW] > Configure project :react-native-reanimated
[RUN_GRADLEW] Android gradle plugin: 8.2.1
[RUN_GRADLEW] Gradle: 8.8
[RUN_GRADLEW] > Task :app:createBundleReleaseJsAndAssets
[RUN_GRADLEW] (node:87067) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.[RUN_GRADLEW] (Use
node --trace-deprecation ...
to show where the warning was created)[RUN_GRADLEW] Starting Metro Bundler
[RUN_GRADLEW] warning: Bundler cache is empty, rebuilding (this may take a minute)
[RUN_GRADLEW] Android Bundled 22859ms node_modules/expo-router/entry.js (3801 modules)
[RUN_GRADLEW] Writing bundle output to: /private/var/folders/57/5v6md6zs0cnctkt9_s559f5w0000gn/T/eas-build-local-nodejs/acd396c1-aaec-4475-99a2-55c8c9f44129/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle
[RUN_GRADLEW] Writing sourcemap output to: /private/var/folders/57/5v6md6zs0cnctkt9_s559f5w0000gn/T/eas-build-local-nodejs/acd396c1-aaec-4475-99a2-55c8c9f44129/build/android/app/build/intermediates/sourcemaps/react/release/index.android.bundle.packager.map
[RUN_GRADLEW] Copying 57 asset files
[RUN_GRADLEW] Done writing bundle output
[RUN_GRADLEW] Done writing sourcemap output
Reproducible demo or steps to reproduce from a blank project
[RUN_GRADLEW] > Configure project :expo
[RUN_GRADLEW] Using expo modules
[RUN_GRADLEW] - expo-application (5.9.1)
[RUN_GRADLEW] - expo-asset (10.0.10)
[RUN_GRADLEW] - expo-av (14.0.7)
[RUN_GRADLEW] - expo-background-fetch (12.0.1)
[RUN_GRADLEW] - expo-constants (16.0.2)
[RUN_GRADLEW] - expo-file-system (17.0.1)
[RUN_GRADLEW] - expo-font (12.0.10)
[RUN_GRADLEW] - expo-haptics (13.0.1)
[RUN_GRADLEW] - expo-image-loader (4.7.0)
[RUN_GRADLEW] - expo-image-picker (15.0.7)
[RUN_GRADLEW] - expo-keep-awake (13.0.2)
[RUN_GRADLEW] - expo-location (17.0.1)
[RUN_GRADLEW] - expo-media-library (16.0.5)
[RUN_GRADLEW] - expo-modules-core (1.12.25)
[RUN_GRADLEW] - expo-notifications (0.28.18)
[RUN_GRADLEW] - expo-secure-store (13.0.2)
[RUN_GRADLEW] - expo-splash-screen (0.27.6)
[RUN_GRADLEW] - expo-system-ui (3.0.7)
[RUN_GRADLEW] - expo-task-manager (11.8.2)
[RUN_GRADLEW] - expo-web-browser (13.0.3)
[RUN_GRADLEW] - unimodules-app-loader (4.6.0)
[RUN_GRADLEW] > Configure project :react-native-reanimated
[RUN_GRADLEW] Android gradle plugin: 8.2.1
[RUN_GRADLEW] Gradle: 8.8
[RUN_GRADLEW] > Task :app:createBundleReleaseJsAndAssets
[RUN_GRADLEW] (node:87067) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.[RUN_GRADLEW] (Use
node --trace-deprecation ...
to show where the warning was created)[RUN_GRADLEW] Starting Metro Bundler
[RUN_GRADLEW] warning: Bundler cache is empty, rebuilding (this may take a minute)
[RUN_GRADLEW] Android Bundled 22859ms node_modules/expo-router/entry.js (3801 modules)
[RUN_GRADLEW] Writing bundle output to: /private/var/folders/57/5v6md6zs0cnctkt9_s559f5w0000gn/T/eas-build-local-nodejs/acd396c1-aaec-4475-99a2-55c8c9f44129/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle
[RUN_GRADLEW] Writing sourcemap output to: /private/var/folders/57/5v6md6zs0cnctkt9_s559f5w0000gn/T/eas-build-local-nodejs/acd396c1-aaec-4475-99a2-55c8c9f44129/build/android/app/build/intermediates/sourcemaps/react/release/index.android.bundle.packager.map
[RUN_GRADLEW] Copying 57 asset files
[RUN_GRADLEW] Done writing bundle output
[RUN_GRADLEW] Done writing sourcemap output
The text was updated successfully, but these errors were encountered: