Next.js Discord

Discord Forum

Failed to load SWC binary for android/arm64

Unanswered
Sphecid wasp posted this in #help-forum
Open in Discord
Sphecid waspOP
### Summary

Just installed NextJs on android using termux.

After doing npm run dev

I'm getting the follow error attached in image
![Screenshot_2023-11-04-12-00-57-235-edit_com termux](https://github.com/vercel/next.js/assets/84711967/83863a32-e55b-4fdc-890a-7f8c13e2fb3b)

What should I do to fix it?

Node version: v20.2.0

### Additional information

![Screenshot_2023-11-04-12-02-43-701-edit_com termux](https://github.com/vercel/next.js/assets/84711967/e2c8d0d1-5964-421c-99da-d5ddba6a8b8b)

5 Replies

I dont think there is a android binary for SWC
It might be possible to hack your way through this but it may require compiling the source and stuff, overall a hassle.
Sphecid waspOP
Swc has listen Android aarch64 as supported platform
Try following the stuff listed here. Not sure how much success you are gonna have tho unfortunately